You are not logged in.

#1 2006-12-29 04:54:03

btartsa
Member
Registered: 2004-07-26
Posts: 222

Bug in nvidia-legacy-utils

I was getting some errors when from create-nvidia-nodes.sh when I would startx:

create-nvidia-nodes.sh: line 11: rm: command not found
create-nvidia-nodes.sh: line 12: mknod: command not found
create-nvidia-nodes.sh: line 4: basename: command not found
create-nvidia-nodes.sh: line 4: echo: write error: broken pipe

I snooped around in create-nvidia-nodes.sh a bit and noticed a reference to .devfsd in line 8:

if [ ! -c /dev/.devfsd ]; then

I changed it (guesswork) to:

if [ ! -c /dev/.udevd ]; then

and bingo no more errors. I dont think this was really causing problems, but its nice to see no errors zip by when you fire up X!

Offline

#2 2007-01-03 02:27:55

skale
Member
From: Atlanta, GA
Registered: 2006-08-04
Posts: 146

Re: Bug in nvidia-legacy-utils

Interesting..I'll do the same.  I usually ignore errors (If I paid attention to all the errors, I'd never actually get to use the damn computer!)   big_smile

Offline

Board footer

Powered by FluxBB