View previous topic :: View next topic |
Author |
Message |
berus Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 28 Dec 2003 Posts: 347 Location: Italy
|
Posted: Tue Oct 19, 2004 11:41 am Post subject: [OpenOffice] Segmentation fault risolto ma.. |
|
|
Ciao a tutti. Ho problemi con l'ultima versione di OpenOffice. Come utente normale all'avvio restituisce un bel Il tutto è "aggirabile" dando un Code: | # chmod a+rw /dev/dri/* | solo che ad ogni riavvio della macchina torna tutto come prima. Cosa si può fare? Grazie.
Ciao |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mambro l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/16106226304148b6e905c87.jpg)
Joined: 22 Mar 2004 Posts: 752 Location: Mira (VE) - Italy
|
Posted: Tue Oct 19, 2004 12:11 pm Post subject: |
|
|
Credo che il tutto si risolva editando /etc/security/console.perms
Per info
http://www.gentoo.it/doc/devfs-guide.html _________________ "The design of a worldwide, fully transparent distributed file system for simultaneous use by millions of mobile and frequently disconnected users is left as an excercise for the reader".
Andrew S. Tanenbaum, Distributed Operating Systems. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
berus Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 28 Dec 2003 Posts: 347 Location: Italy
|
Posted: Wed Oct 20, 2004 7:14 am Post subject: |
|
|
Credo anch'io.. solo che non ho capito come settare i permessi. Sarà giusto Code: | <xconsole> 0666 <dri> 0600 root | invece di Code: | <xconsole> 0600 <dri> 0600 root | o devo aggiungere un Code: | <console> 0600 <dri> 0600 root | che non esiste? O sbaglio del tutto? I dubbi mi sono venuti guradando il gruppo sound Code: | <console> 0600 <sound> 0600 root.audio | dove il mio utente del gruppo audio funziona correttamente.
Prima del Code: | chmod a+rw /dev/dri/* | i permessi sono Code: | crw-rw---- 1 root root 226, 0 Oct 20 07:54 card0 | dopo Code: | crw-rw-rw- 1 root root 226, 0 Oct 20 07:54 card0 | ed openoffice funziona... Grazie |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mambro l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/16106226304148b6e905c87.jpg)
Joined: 22 Mar 2004 Posts: 752 Location: Mira (VE) - Italy
|
Posted: Wed Oct 20, 2004 1:06 pm Post subject: |
|
|
dovresti mettere
Code: |
<xconsole> 0666 <dri> 0666 root
|
e più su mettere
Code: |
<dri>=/dev/dri* /dev/nvidia* /dev/3dfx*
|
Prova perchè non sono sicurissimo ![Wink :wink:](images/smiles/icon_wink.gif) _________________ "The design of a worldwide, fully transparent distributed file system for simultaneous use by millions of mobile and frequently disconnected users is left as an excercise for the reader".
Andrew S. Tanenbaum, Distributed Operating Systems. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|