Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Here it is. Looks like I'm tuned for Canada - which is where I am. But my system settings say US ..
Thanks
Another Canadian, eh? Me too. Anyway, if hypermail is a program that runs in a terminal then those are the settings that count. Where are you getting you "system settings" from?
cheers,
jdk
KDE System Settings > General > Personal - Regional and Language
Thanks
OK, this is what I suspected. So it seems that your KDE settings and your terminal settings are out of sync. Sadly, KDE doesn't have a Canadian English module so if hypermail requires that they be the same then you'll either have to change your terminal settings to US English or else change them both to British English.
You can temporarily change the language in the terminal with something like this (if I remember correctly)
Code:
export LANG='en_US'
and then see if that sorts out the hypermail issue. If that command doesn't work, try googling and you'll quickly find the correct syntax if I've got it wrong.
Cheers,
jdk
I tweeked the conf file and although hypermail still generates the error message - it also processes the config file and creates the html archive pages.
I tweeked the conf file and although hypermail still generates the error message - it also processes the config file and creates the html archive pages.
Thank you jdk
Hi Eileen,
But did you confirm that the change actually worked. Did typing "locale" on the terminal respond with the en_US locale?
cheers,
jdk
Actually, after fiddling with the config file I just ran it without doing
Code:
export LANG='en_US'
.
In the config file, I changed the language to
Code:
en_CA
and I changed the output directory name to one that actually existed. I found the configuration file on the net and hadn't read it through properly. So when I first ran it, the program was trying to find the directory that was listed in the original version of the file - a directory that didn't exist on my machine.
The program gave me an error message about the language but didn't tell me that the output directory didn't exist. As you can see below, I still received an error message but hypermail processed the instructions and gave me the html'ed archive files that I wanted. In English too!
Code:
eileen@CDX:~$ hypermail -c /home/eileen/Desktop/gen.conf
Warning: the body option has been disabled. See the
INSTALL file for instructions on replacing it with a style sheet.
WARNING: locale "en_CA", not supported.
Now all I have to do is change the html templates and write a css file. I downloaded a set of templates and plan on reading them through ...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.