Forums » Linux

permissions

Nov 30, 2003 Zeplin link
Vendetta seems to run fine as root, but as a normal use it seems to just segfault, Im guessing its trying to use a device the user doesnt have access to? Or possibly one of my libs have incorrect permissions?
Nov 30, 2003 roguelazer link
Do you have the NVIDIA drivers? If so, do you have the /dev/nvidia0 and /dev/nvidiactl devices user-accessible?
Nov 30, 2003 Zeplin link
yeah they are user accessable, any other ideas?
Nov 30, 2003 roguelazer link
/dev/dsp for audio should be user-accessible. And ALL the files in ~/.vendetta should be user accessible.
Nov 30, 2003 AgY link
You can try to use strace to find out which files vendetta is trying to access.