Re: Using ISO8859 and perl

2002-01-17 Thread Guy Coleman
Guy Coleman wrote: > I'm also seeing this with both en_GB.ISO8859-15 and en_GB.ISO_8859-15 > whenever I run perl. I'd missed out a colon in login.conf. Solved! -Guy To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: 4.5-RC1: Why sshd require opie for SSH version 2?

2002-01-17 Thread Koji Hino
I send this message to [EMAIL PROTECTED], because Brian committed skeychallenge() -> opiechallenge() staff... Brian, could you check this? I change crypto/openssh/auth-chall.c as follows, and test it. --- auth-chall.c.dist Thu Sep 27 18:33:33 2001 +++ auth-chall.cThu Jan 17 13:28:07 20

Re: random crashes on 4.4-S - ASUS CUSL2-M mobo

2002-01-17 Thread mikea
On Thu, Jan 17, 2002 at 03:52:24PM -0500, Eric L. Howard wrote: > I'm experiencing totally random crashes on a rackmount box. It's a PIII 750 > on an ASUS CUSL2-M - onboard 3c920. > > The crashes are complete random and usually follow processes that die w/ > SIGSEGV (a couple of SIGABRT thrown i

random crashes on 4.4-S - ASUS CUSL2-M mobo

2002-01-17 Thread Eric L. Howard
I'm experiencing totally random crashes on a rackmount box. It's a PIII 750 on an ASUS CUSL2-M - onboard 3c920. The crashes are complete random and usually follow processes that die w/ SIGSEGV (a couple of SIGABRT thrown in for good measure have been found also). Syslog gives me info such as...

Re: Using ISO8859 and perl

2002-01-17 Thread Guy Coleman
Hi, Gunnar Flygt wrote: > When I start pkg_version I get the following startinfo: > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LC_ALL = (unset), > LC_CTYPE = "sv_SE.ISO8859-1", > LANG = "sv_SE.ISO8859-1" > are su

Re: NTP packet routing problem

2002-01-17 Thread Peter Jeremy
On 2002-Jan-17 01:06:57 -0500, Harlan Stenn <[EMAIL PROTECTED]> wrote: >It might also be the NTP associations - ntpd makes it associations based on >the IP of the local machine, and if your PPP link goes down/up and you get a >new IP then ntpd will continue to attempt to communicate using its old

Re: Using ISO8859 and perl

2002-01-17 Thread Alexey Zelkin
hi, On Thu, Jan 17, 2002 at 03:32:19PM +0100, Gunnar Flygt wrote: > When I start pkg_version I get the following startinfo: > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LC_ALL = (unset), > LC_CTYPE = "sv_SE.ISO8859-1", > LA

Questions about upcoming FreeBSD 4.5...

2002-01-17 Thread Jordan Breeding
* I am not subscribed to this list, please cc: me in any replies * I have a few questions about FreeBSD, I have been using Linux and Unix now for quite some time but am considering switching my home system to FreeBSD. One question I have is this, in linux even though there is a text console b

Re: Using ISO8859 and perl

2002-01-17 Thread Mats Dufberg
On Jan 17, 2002, 15:32 (+0100) Gunnar Flygt <[EMAIL PROTECTED]> wrote: > When I start pkg_version I get the following startinfo: > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LC_ALL = (unset), > LC_CTYPE = "sv_SE.ISO8859-1", >

Re: Force keyboard detection flag?

2002-01-17 Thread Baldur Gislason
Have you never compiled your own kernel? Here's a paste from LINT: # `flags' for atkbd: # 0x01Force detection of keyboard, else we always assume a keyboard # 0x02Don't reset keyboard, useful for some newer ThinkPads # 0x04Old-style (XT) keyboard support, useful for o

Re: Force keyboard detection flag?

2002-01-17 Thread Michael R. Wayne
I started to look through the kernel code for keyboard detection with plans toward having a sysctl that forces the keyboard at run time, rather than kernel compile. But I got sidetracked. Related problems come up so often that I am convinced that such a fix is required. Me finding time to imple

Re: Using ISO8859 and perl

2002-01-17 Thread Erik Trulsson
On Thu, Jan 17, 2002 at 03:32:19PM +0100, Gunnar Flygt wrote: > When I start pkg_version I get the following startinfo: > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LC_ALL = (unset), > LC_CTYPE = "sv_SE.ISO8859-1", > LANG =

Re: 4.5-RC1: Why sshd require opie for SSH version 2?

2002-01-17 Thread Bruce A. Mah
If memory serves me right, Josh Tiefenbach wrote: > > After doing some tests, I found that connecting to this 4.5-RC1 box > > from other machine by OpenSSH (without RSA/DSA key, nor rhost*auth, > > assuming to use plain password to login), requires opie to login, > > though /etc/opiekeys, and /etc

Using ISO8859 and perl

2002-01-17 Thread Gunnar Flygt
When I start pkg_version I get the following startinfo: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LC_CTYPE = "sv_SE.ISO8859-1", LANG = "sv_SE.ISO8859-1" are supported and installed on your system.