Re: [gentoo-user] chage can't open /etc/passwd [SOLVED]

2007-09-18 Thread Albert Hopkins
On Tue, 2007-09-18 at 23:01 -0300, Norberto Bensa wrote: > Or with your CFLAGS: > > [EMAIL PROTECTED] ~ $ cat /proc/cpuinfo | grep ^model\ name | head -n 1 > model name : AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ > > [EMAIL PROTECTED] ~ $ grep CFLAG /etc/make.conf > CFLAGS="-march=athl

Re: [gentoo-user] chage can't open /etc/passwd [SOLVED]

2007-09-18 Thread Steen Eugen Poulsen
Norberto Bensa skrev: Quoting Albert Hopkins <[EMAIL PROTECTED]>: On Tue, 2007-09-18 at 18:56 -0500, Albert Hopkins wrote: Well, I hate to sound like a ricer, but apparently it's my CFLAGS :| CFLAGS="-O2 -march=k8 -msse3 -ggdb -pipe -fomit-frame-pointer" I have an Athlon 64 X2, Hmmm

Re: [gentoo-user] chage can't open /etc/passwd [SOLVED]

2007-09-18 Thread Norberto Bensa
Quoting Albert Hopkins <[EMAIL PROTECTED]>: Seems to be a problem with GCC. Or with your CFLAGS: [EMAIL PROTECTED] ~ $ cat /proc/cpuinfo | grep ^model\ name | head -n 1 model name : AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ [EMAIL PROTECTED] ~ $ grep CFLAG /etc/make.conf CFLAGS="-

Re: [gentoo-user] chage can't open /etc/passwd [SOLVED]

2007-09-18 Thread Albert Hopkins
On Tue, 2007-09-18 at 20:16 -0500, Albert Hopkins wrote: > No, doesn't work. I'm going to try downgrading GCC (w/o any > optimizations), re-compiling shadow with my original CFLAGS and see > what > happens. # grep ^CFLAGS /etc/make.conf CFLAGS="-O2 -march=k8 -msse3 -ggdb -pipe -fomit-frame-point

Re: [gentoo-user] chage can't open /etc/passwd [SOLVED]

2007-09-18 Thread Albert Hopkins
On Tue, 2007-09-18 at 22:08 -0300, Norberto Bensa wrote: > Hmmm... I have one of those. Try: > > CFLAGS="-march=athlon64 -O2 -fomit-frame-pointer -pipe" > No, doesn't work. I'm going to try downgrading GCC (w/o any optimizations), re-compiling shadow with my original CFLAGS and see what happens

Re: [gentoo-user] chage can't open /etc/passwd [SOLVED]

2007-09-18 Thread Norberto Bensa
Quoting Albert Hopkins <[EMAIL PROTECTED]>: On Tue, 2007-09-18 at 18:56 -0500, Albert Hopkins wrote: Well, I hate to sound like a ricer, but apparently it's my CFLAGS :| CFLAGS="-O2 -march=k8 -msse3 -ggdb -pipe -fomit-frame-pointer" I have an Athlon 64 X2, Hmmm... I have one of those

Re: [gentoo-user] chage can't open /etc/passwd [SOLVED]

2007-09-18 Thread Albert Hopkins
On Tue, 2007-09-18 at 18:56 -0500, Albert Hopkins wrote: [...] > I think i'm going to have to use gdb (yeck) and > step through the program. Well, I hate to sound like a ricer, but apparently it's my CFLAGS :| CFLAGS="-O2 -march=k8 -msse3 -ggdb -pipe -fomit-frame-pointer" I have an Athlo

[gentoo-user] xine - no sound on DVDs - solved (sort of)

2007-09-18 Thread Mark Knecht
Hi, Message is to Randy and others that have been helping me with my audio problems with xine. This evening I discovered the root cause of the problem of no sound when playing DVDs in xine. Unfortunately I don't have a good solution yet. Maybe someone knows how to fix this at the command line?

Re: [gentoo-user] ASUS M2A-VM HDMI woes

2007-09-18 Thread David Relson
On Tue, 18 Sep 2007 18:49:08 +0200 Florian Philipp wrote: > David Relson schrieb: ...[snip]... > > Problem 2 - video. The ATI Radeon Xpress 1250 seems to have only > > minimal support (VGA - 640x480x8) using the latest drivers in > > portage, i.e. ati-drivers-8.40.4. I figured I could get at lea

Re: [gentoo-user] chage can't open /etc/passwd

2007-09-18 Thread Albert Hopkins
On Tue, 2007-09-18 at 20:32 -0300, Norberto Bensa wrote: > I almost know the reply to this one, but it won't hurt: > > LC_ALL=C chage -l marduk Yeah, I've already tried that. It didn't make a difference. I've also tried compiling shadow/pam with/without NLS support and shadow without PAM suppo

Re: [gentoo-user] chage can't open /etc/passwd

2007-09-18 Thread Norberto Bensa
Albert Hopkins wrote: > I'm running out of ideas.  This used to work up until about a month ago. I almost know the reply to this one, but it won't hurt: LC_ALL=C chage -l marduk -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] chage can't open /etc/passwd

2007-09-18 Thread Albert Hopkins
Ok the mystery continues. On another box, strider, "chage -l" works so this is what I did (don't try this at home): $ mkdir /tmp/strider_passwd $ scp strider:/etc/passwd /tmp/strider_passwd $ scp strider:/etc/shadow /tmp/strider_passwd $ mv /etc/passwd /etc/passwd.o

Re: [gentoo-user] Playsound . . . won't!

2007-09-18 Thread Neil Bothwick
On Tue, 18 Sep 2007 18:50:35 +0100, Mick wrote: > Right, but it should pick up the fact that > media-libs/libmikmod-3.1.11-r2 needs updating to -r4 and > media-libs/sdl-sound-1.0.1-r1 to -r2? Maybe, but that's got nothing to do with your problem, which was that playsound was built against a libra

[gentoo-user] [OT] Kmail CRLF characters

2007-09-18 Thread Mick
I've posted a message on the Nagios M/L and noticed that the CRLF characters show up at the end of each line on the web interface, i.e.: === Is there a way to disable access to the Host Commands CGI on a user by user= =20 basis? =46or so

Re: [gentoo-user] Playsound . . . won't!

2007-09-18 Thread Mick
On Monday 17 September 2007, Alan McKinnon wrote: > On Monday 17 September 2007, Mick wrote: > > = > > # emerge -upDv media-libs/sdl-sound > > > > These are the packages that would be merged, in order: > > > > Calculating dependencies... done! > > [ebuild

Re: [gentoo-user] xine - No sound after updates

2007-09-18 Thread Mark Knecht
On 9/17/07, Randy Barlow <[EMAIL PROTECTED]> wrote: > Mark Knecht wrote: > > So far I have no other errors. Aqualung plays audio files. MythTV > > works fine. mplayer seems to work, at least for audio files. xine is > > the only DVD application we use so it's special in that sense. I could > > try

Re: [gentoo-user] ASUS M2A-VM HDMI woes

2007-09-18 Thread Florian Philipp
David Relson schrieb: > Well, I've done it this time :-< > > It seemed time to upgrade from my AthlonXP so I bought a new motherboard > (ASUS M2A-VM HDMI), cpu (AMD 64 X2 5000), and memory (2GB DDR2 800). > With all the new hardware, my hopes were high!! > > Then I removed the old mobo/cpu/ra

Re: [gentoo-user] chage can't open /etc/passwd

2007-09-18 Thread Albert Hopkins
On Tue, 2007-09-18 at 10:14 +0200, Etaoin Shrdlu wrote: > As Norberto said, can you post the full output of "strace chage -l > marduk" run *as root* (ie, not with sudo)? By popular demand... execve("/usr/bin/chage", ["chage", "-l", "marduk"], [/* 65 vars */]) = 0 brk(0)

Re: [gentoo-user] chage can't open /etc/passwd

2007-09-18 Thread Albert Hopkins
On Tue, 2007-09-18 at 10:14 +0200, Etaoin Shrdlu wrote: > > Note the "chage: PAM authentication failed" *only* occurs when I run > > under strace and only then when I run as a user. > > This is normal, since the suid is ignored when the program is > straced. Yes, that makes complete sense now th

Re: [gentoo-user] ASUS M2A-VM HDMI woes

2007-09-18 Thread Neil Bothwick
On Tue, 18 Sep 2007 07:35:38 -0400, David Relson wrote: > Problem 1 - ethernet controller. The Realtek 8168 didn't seem to have > a linux driver compatible with my 2.6.22 kernel. Not a big deal as I > could use my old ethernet card and solve the problem later. Have you tried the 8169 driver. It

[gentoo-user] ASUS M2A-VM HDMI woes

2007-09-18 Thread David Relson
Well, I've done it this time :-< It seemed time to upgrade from my AthlonXP so I bought a new motherboard (ASUS M2A-VM HDMI), cpu (AMD 64 X2 5000), and memory (2GB DDR2 800). With all the new hardware, my hopes were high!! Then I removed the old mobo/cpu/ram from this workstation and installe

Re: [gentoo-user] Re: Re: Re: Re: SSH won't restart

2007-09-18 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Alexander Skwar wrote: > And exactly in these cases, a test-restart won't work, as you'd > need to shutdown the primary sshd first. sshd -t doesn't need to have sshd stopped beforehand. And, to make it more clear, the checkconfig() patch proposed b

Re: [gentoo-user] xine - No sound after updates

2007-09-18 Thread Mick
On Tuesday 18 September 2007, Randy Barlow wrote: > Mark Knecht wrote: > > So far I have no other errors. Aqualung plays audio files. MythTV > > works fine. mplayer seems to work, at least for audio files. xine is > > the only DVD application we use so it's special in that sense. I could > > try so

Re: [gentoo-user] emerge --sync stopped working

2007-09-18 Thread Dale
Walter Dnes wrote: > On Mon, Sep 17, 2007 at 01:35:24PM +0100, Neil Bothwick wrote > > >> Did you change ISPs when moving? Does your new ISP block rsync traffic? >> > > Bingo. Same ISP. Things worked OK after the move for about a month > after the move. Since about Sept 8th, however, I

Re: [gentoo-user] chage can't open /etc/passwd

2007-09-18 Thread Etaoin Shrdlu
On Tuesday 18 September 2007, Albert Hopkins wrote: > open("/etc/passwd", O_RDONLY)           = 3 > open("/etc/shadow", O_RDONLY) = 3 > chage: can't open password file Since the opens succeed, this must be some other kind of error. Looking at the sources could possibily help here. In c

[gentoo-user] Re: Re: Re: Re: SSH won't restart

2007-09-18 Thread Alexander Skwar
Arturo 'Buanzo' Busleiman <[EMAIL PROTECTED]> wrote: > Alexander Skwar wrote: >> Well, I also found myself being unable to start sshd, but >> these most often were due to some configuration changes. > > And exactly for this is why test-restart was proposed by me. And exactly in these cases, a te

Re: [gentoo-user] chage can't open /etc/passwd

2007-09-18 Thread Etaoin Shrdlu
On Tuesday 18 September 2007, Albert Hopkins wrote: > Note the "chage: PAM authentication failed" *only* occurs when I run > under strace and only then when I run as a user. This is normal, since the suid is ignored when the program is straced. As Norberto said, can you post the full output of

Re: [gentoo-user] Playsound . . . won't!

2007-09-18 Thread Alan McKinnon
On Monday 17 September 2007, Mick wrote: > On Monday 17 September 2007, Neil Bothwick wrote: > > Hello Mick, > > > > > $ /usr/bin/playsound MUSIC/chimes.wav > > > /usr/bin/playsound: error while loading shared libraries: > > > libFLAC.so.7: cannot open shared object file: No such file or > > > dire

Re: [gentoo-user] xine - No sound after updates

2007-09-18 Thread Neil Bothwick
Hello Mark Knecht, > So far I have no other errors. Aqualung plays audio files. MythTV > works fine. mplayer seems to work, at least for audio files. xine is > the only DVD application we use so it's special in that sense. I could > try something else, I suppose. Not anxious to do that though. I'