Linux issues...?? 2005-02-28 - By Alan Jones
Back Hi All,
A big thanks to Alex and the support guys in Montreal. Famd wasn't running when the machine rebooted causing the open dialogue crash. So I just added it to the default run level.
Also after reboot even with those settings gone in console.perms the nvidia devs were still getting reset to 600 permissions. No idea why, but I put in place an ugly hack with an init script as follow and added that to the default run level.
[code] #!/sbin/runscript
start() {
ebegin "Setting NVIDIA permissions" chmod 0666 /dev/nvidia* chown root /dev/nvidia* eend 0
}
stop() {
ebegin "Stopping famd" eend 0
} [/code]
Hope this helps someone.
Cheers,
Alan.
On Mon, 28 Feb 2005 13:21:06 +0000, Alan Jones <skyphyr@(protected)> wrote: > Update - I've nailed one problem - starting as other users was due to > PAM changing the permissions on nvidia devices. > > Fix it as follows (assuming gentoo files might be different for other distros) > > edit /etc/security/console.perms > > comment out all lines with <dri> in them then reset the permissions on > nvidia devices by running > > chmod 0666 /dev/nvidia* > chown root /dev/nvidia* > > Will let you all know if I manage to sort out the open dialogue issue. > > Cheers, > > Alan. > > > On Mon, 28 Feb 2005 11:34:07 +0000, Alan Jones <skyphyr@(protected)> wrote: > > Hi All, > > > > Still have the two problems with xsi. Non-root users can't run it - > > aborts just after the splash screen would usually disappear. Command > > prompt has the message Aborted. It is about the same point as it > > initialises the opengl stuff (though when opengl isn't installed you'd > > get a segmentation fault instead of the Aborted message). > > > > The file open dialogue issue is still hanging around too - command > > prompt outputs Killed in this case. Neither are particularly > > informative messages, but I'm hoping someone out there has an idea. > > > > Sorry for posting again - has anyone had similar issues at all? > > > > Cheers, > > > > Alan. > > > --- Unsubscribe? Mail Majordomo@(protected) with the following text in body: unsubscribe xsi
|
|