giovedì 28 giugno 2007

Problema con Samba fedora e SELinux

Oggi ho trovato un bel problema si samba.
Qualsiasi condivisione provavo ad aprire ottenevo un bel ACCESSO NEGATO
e in particolare:

'/home/maox' does not exist or permission denied when connecting to
[maox] Error was Permission denied
[2007/05/25 20:39:34, 0] smbd/service.c:make_connection_snum(920)

[soluzione]
Per risolvere:

go to /etc/grub.conf and replace this:
CODE

kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=LABEL=/1

with this:
CODE
kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=LABEL=/1 selinux=0


(note the selinux=0 part). the line may be different so if it is, just
add the selinux=0 part and it should work the same...

Reboot. Your system should work.

Adesso tutto funziona


--
principio di Napoleone:
non attribuire a malintenzione cio' che puo'
essere semplicemente spiegato come imbecillita'
--
MaoX Blog:
http://maox.blogspot.com

Nessun commento: