Language/codepage trouble

2005-05-03 Thread pps
Hello,
I've been having alot of problems with encodings/language etc.
In short, there's no such problem on winXP - in control panel/Reagional 
and Language Options I set this options:
Standards and Formats (locale): English
Language for non-unicode programs: Russian

and I'd like to get the same functionality on my freebsd, but I only got 
a ton of problems :)
In short, all I want is to have a usual english freebsd (with kde in 
english etc) but all 8-bit texts would be trated the same way they are 
treated on russian freebsd. It's easy to get the second thing - set 
lang=ru in ~/.login_conf or some other way to set env["LANG"], but it 
makes everything f**ked up - all kde and other apps become in russian, 
which I don't need! It seemed like setting default charset would solve 
the problem, but setting charset=CP1251 in ~/.login_conf doesn't solve 
this problems - it doesn't have any effect. Is there any way I can do 
what I want?

I tried to hack default locale files in en_US.ISO8859-1 long time ago 
and I think I made something bad. Is there a way to remove entire 
directory /usr/share/locale and then reinstal it?

Thank you
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ppp problems with routing

2005-03-28 Thread pps
Hello I use freeBSD 4.11 with pppoe.
I used almost default ppp.conf (as in freebsd handbook) for dynamic ip. 
my config is here http://block111.servehttp.com/ppp.conf
Twice a day I restart ppp from cron with `killall -INT ppp` and if the 
new connection default gateway is different then the old default route 
isn't removed, e.g. after ppp restart I have this:
ifconfig ->
...
inet 66.11.172.181 --> 66.11.165.1 netmask 0x
inet 66.11.180.20 --> 66.11.190.1 netmask 0x

before I had
inet 66.11.172.181 --> 66.11.165.1 netmask 0x
only, but after I sent INT to ppp the new ip has a different dafault 
gateway and the old one isn't removed. Should the old default route/ip 
be removed or not? In my case the old ip becomes invalid.

Thank you
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"