problem with /dev/null

2007-09-06 Thread Olaf Grüttner
When a regular user logs into the system I get the message: Password: -bash: /dev/null: Permission denied -bash: /dev/null: Permission denied When I change the permissions of /dev/null chmod 666 /dev/null I have no problems logging in. I guess this is a udev problem, but I wonder why nobody

Re: problems with alsamixer

2007-09-06 Thread Olaf Grüttner
I got it working :-) I had a soundchip on board and didn't notice that alsamixer was treating that chip instead of the soundcard chip. I am coming closer :-) my udev-rules for alsa look like this at the moment # /etc/udev/rules.d/40-alsa.rules KERNEL==controlC[0-9]*,GROUP=audio,

problems with gnome - xserver

2007-09-06 Thread Olaf Grüttner
I have problems with gnome stability and I suppose this has to do with xorg-7.2 nautilus freezes, panel freezes a playing totem or an open epiphany keeps working I have to kill x11 with crt-alt-backspace starting the x-server after such a freezing is possible, but gnome won't come up, just the

Re: problem with /dev/null

2007-09-06 Thread Simon Geard
On Thu, 2007-09-06 at 10:01 +0200, Olaf Grüttner wrote: When a regular user logs into the system I get the message: Password: -bash: /dev/null: Permission denied -bash: /dev/null: Permission denied When I change the permissions of /dev/null chmod 666 /dev/null I have no problems

Re: Konqueror causing 100% CPU usage

2007-09-06 Thread Frank Ianella
Dan Nicholson wrote: On 9/5/07, Frank Ianella [EMAIL PROTECTED] wrote: attached is the trace log. Unfortunately, it's over my head an nothing jumps out. One thing to consider doing is updating to kdelibs/kdebase-3.5.7. It just hasn't been updated in the book, but it should be a stable

Re: problems with gnome - xserver

2007-09-06 Thread Dan Nicholson
On 9/6/07, Olaf Grüttner [EMAIL PROTECTED] wrote: I have problems with gnome stability and I suppose this has to do with xorg-7.2 nautilus freezes, panel freezes a playing totem or an open epiphany keeps working I have to kill x11 with crt-alt-backspace starting the x-server after such a

libgpg-error-1.5 make failure

2007-09-06 Thread Richard Melville
Hi Does anybody know why I am getting these errors when running make. Some help would be much appreciated. make all-recursive make[1]: Entering directory `/sources/libgpg-error-1.5' Making all in m4 make[2]: Entering directory `/sources/libgpg-error-1.5/m4' make[2]: Nothing to be done for `all'.

Re: libgpg-error-1.5 make failure

2007-09-06 Thread Randy McMurchy
Richard Melville wrote these words on 09/06/07 08:27 CST: Does anybody know why I am getting these errors when running make. Some help would be much appreciated. Are you passing any optimization settings? Are you using any odd configuration parameters? I cannot see why you would be seeing this

Martian modem driver will not compile

2007-09-06 Thread Wesley Platt
I am using a dial-up connection and when I went to compile the modem driver. Make outputs the following: make -C kmodule/ modules make[1]: Entering directory `/usr/src/martian/kmodule' make -C /lib/modules/2.6.16.38linux-2.6.16/build M=/usr/src/martian/kmodule modules make: Entering an unknown

Re: Martian modem driver will not compile

2007-09-06 Thread Ken Moffat
On Thu, Sep 06, 2007 at 04:24:24PM -0500, Wesley Platt wrote: I am using a dial-up connection and when I went to compile the modem driver. Make outputs the following: make -C kmodule/ modules make[1]: Entering directory `/usr/src/martian/kmodule' make -C

Re: Konqueror causing 100% CPU usage

2007-09-06 Thread DJ Lucas
DJ Lucas wrote: The workaround for that problem was to switch to 24 bit color depth, or export XLIB_SKIP_ARGB_VISUALS=1. or disable composite. -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the

Re: Konqueror causing 100% CPU usage

2007-09-06 Thread DJ Lucas
Frank Ianella wrote: Dan Nicholson wrote: On 9/5/07, Frank Ianella [EMAIL PROTECTED] wrote: attached is the trace log. Unfortunately, it's over my head an nothing jumps out. One thing to consider doing is updating to kdelibs/kdebase-3.5.7. It just hasn't been updated in the book,