View previous topic :: View next topic |
Author |
Message |
kenses n00b
Joined: 25 Aug 2002 Posts: 11
|
Posted: Sat Sep 07, 2002 9:09 am Post subject: droit et mozilla |
|
|
Salut,
Tout d'abord je suis très heureux de trouver un forum français sur gentoo.
Je viens d'installer mozilla 1.1 mais lorsque je lance celui-ci en user normal, j'ai droit à l'erreur suivante :
/usr/bin/mozilla: /dev/null: Permission denied
/usr/bin/mozilla: /dev/null: Permission denied
/usr/bin/mozilla: /dev/null: Permission denied
/usr/bin/mozilla: /dev/null: Permission denied
Par contre, j'arrive à le lancer end root.
Vous pouvez m'aider?
Merci
Last edited by kenses on Tue Sep 10, 2002 5:02 pm; edited 1 time in total |
|
Back to top |
|
|
ct n00b
Joined: 22 Jul 2002 Posts: 29
|
Posted: Sat Sep 07, 2002 11:31 am Post subject: |
|
|
(Pardon - j'ai descroubé "edit")
Vous pouvez essayer (user root):
ls -l /usr/bin/mozilla
Code: | -rwxr-xr-x 1 root root 6630 Jul 21 20:31 /usr/bin/mozilla |
Code: | chmod 755 /usr/bin/mozilla |
ls -l /dev/null
Code: | crw-rw-rw- 1 root root 1, 3 Jan 1 1970 /dev/null |
Code: | chmod 666 /dev/null |
Auci:
Last edited by ct on Sat Sep 07, 2002 11:40 am; edited 2 times in total |
|
Back to top |
|
|
kenses n00b
Joined: 25 Aug 2002 Posts: 11
|
Posted: Tue Sep 10, 2002 5:04 pm Post subject: |
|
|
C'est bon j'ai trouvé, il fallait juste lancer mozilla depuis /usr/lib/mozilla/mozilla
Merci |
|
Back to top |
|
|
|