Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ot ltsp] localdev ed autofs
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4807
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Tue Oct 04, 2005 11:25 am    Post subject: [ot ltsp] localdev ed autofs Reply with quote

Uffa. L'hard disk rotto si è portato via la configurazione di ltsp e adesso devo ripasticciare tutto da capo.

Purtroppo, devono avere pasticciato un po' anche gli sviluppatori, con i file di configurazione, perché alcuni nomi sono diventati diversi da quelli precedenti. In particolare, questo mi da problemi per montare i floppy locali con autofs.

Ora, ltsp - per questa operazione - usa samba. La vecchia configurazione consigliata negli howto era, in /etc/autofs/auto.misc:
Code:

ws103fl -fstype=smbfs,workgroup=LTSP,fmask=666,dmask=777,guest,username=nobody,rw ://ws103/floppy

Adesso però, utilizzando le configurazioni di default, si scopre:
Code:

linux99 etc # smbclient -L ws103 -N
Domain=[LTSP] OS=[Unix] Server=[Samba 3.0.4]

        Sharename       Type      Comment
        ---------       ----      -------
        drives          Disk     
        IPC$            IPC       IPC Service (Samba 3.0.4)
        ADMIN$          IPC       IPC Service (Samba 3.0.4)
Domain=[LTSP] OS=[Unix] Server=[Samba 3.0.4]

        Server               Comment
        ---------            -------

        Workgroup            Master
        ---------            -------

==> Lo share ha cambiato nome. Non è un problema in sè, ed è compatibile con il contenuto del file rc.localdevices che gestisce la cosa. Addirittura, riesco a montare manualmente il floppy con:
Code:

linux99 etc # mount -t smbfs -o workgroup=LTSP,fmask=666,dmask=777,guest,username=nobody,rw //ws103/drives /mnt/floppy
linux99 etc # ls /mnt/floppy/
.hotplug/ drives    floppy   
linux99 etc # ls /mnt/floppy/ /mnt/floppy/floppy
/mnt/floppy/floppy

/mnt/floppy/:
drives  floppy

Di conseguenza, dedurrei che la linea giusta da inserire in /etc/autofs/auto.misc debba essere:
Quote:

ws103fl -fstype=smbfs,workgroup=LTSP,fmask=666,dmask=777,guest,username=nobody,rw ://ws103/
drives

Invece cilecca:
Code:

linux99 etc # ls /misc/* /misc -dl
ls: /misc/*: No such file or directory
drwxr-xr-x  2 root root 0 Oct  4 14:58 /misc/

la cartella /misc è creata correttamente da autofs. I moduli autofs4 e smbfs sono correttamente attivi. Però non riesce a montare automaticamente. Dove potrei cercare il problema?
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum