Postate qui per tutte le discussioni legate a Linux in generale.
Moderatore: Staff
Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Gnu/Linux in genere, se l'argomento è specifico alla Slackware usate uno dei forum Slackware o Slackware64.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.
La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
slackberb
Linux 1.x
Messaggi: 135 Iscritto il: dom 28 nov 2004, 0:00
Messaggio
da slackberb » dom 26 dic 2004, 23:46
nulla ................
<BR>Domain=[DARKSTAR] OS=[Unix] Server=[Samba 3.0.4]
<BR>
<BR> Sharename Type Comment
<BR> --------- ---- -------
<BR> tmp Disk Temporary file space
<BR> IPC$ IPC IPC Service (Samba Server)
<BR> ADMIN$ IPC IPC Service (Samba Server)
<BR> barba Disk /home/barba
<BR>Domain=[DARKSTAR] OS=[Unix] Server=[Samba 3.0.4]
<BR>
<BR> Server Comment
<BR> --------- -------
<BR>
<BR> Workgroup Master
<BR> --------- -------
<BR><BR><BR>[ Questo Messaggio è stato Modificato da: slackberb il 26-12-2004 23:47 ]<br>
useless
Staff
Messaggi: 3896 Iscritto il: dom 12 ott 2003, 0:00
Località: A place where the streets have no name
Contatta:
Messaggio
da useless » dom 26 dic 2004, 23:56
riavvia samba... poi ti consiglio di prenderti il smb.conf-sample, copiarlo come smb.conf e modificare quello, invece di scriverne uno da zero.<br>
slackberb
Linux 1.x
Messaggi: 135 Iscritto il: dom 28 nov 2004, 0:00
Messaggio
da slackberb » lun 27 dic 2004, 0:01
va be .. ti farò sapere ...grazie per l´aiuto....
<BR>
<BR> :-P <br>
slackberb
Linux 1.x
Messaggi: 135 Iscritto il: dom 28 nov 2004, 0:00
Messaggio
da slackberb » lun 27 dic 2004, 15:26
Ciao Useless ....ho fatto come hai detto... ho usato quello di esempio ...ma sto samba non ne vuole sapere ...
<BR>
<BR>guarda:
<BR>Domain=[DARKSTAR] OS=[Unix] Server=[Samba 3.0.4]
<BR>
<BR> Sharename Type Comment
<BR> --------- ---- -------
<BR> homes Disk Home Directories
<BR> IPC$ IPC IPC Service (Samba Server)
<BR> ADMIN$ IPC IPC Service (Samba Server)
<BR> root Disk Home Directories
<BR>Domain=[DARKSTAR] OS=[Unix] Server=[Samba 3.0.4]
<BR>
<BR> Server Comment
<BR> --------- -------
<BR>
<BR> Workgroup Master
<BR> --------- -------
<BR> ERBACCIA
<BR>
<BR>..................................................................
<BR>
<BR>ti posto l´ smb.conf:(ho cancellato tutti i commenti)....dovo toglierli i ; ...non saprei:::
<BR>
<BR>[global]
<BR>
<BR> workgroup = ERBACCIA
<BR> server string = Samba Server
<BR> security = user
<BR>
<BR>; hosts allow = 192.168.0. 127.
<BR>
<BR> load printers = yes
<BR>
<BR>; printcap name = /etc/printcap
<BR>; printcap name = lpstat
<BR>; printing = cups
<BR>; guest account = pcguest
<BR>
<BR> log file = /var/log/samba.%m
<BR>
<BR> max log size = 50
<BR>
<BR>; password server = <NT-Server-Name>
<BR>; realm = MY_REALM
<BR>; passdb backend = tdbsam
<BR>; include = /usr/local/samba/lib/smb.conf.%m
<BR>
<BR> socket options = TCP_NODELAY
<BR>
<BR>; interfaces = 192.168.0.0/24
<BR>; local master = no
<BR>; os level = 33
<BR>; domain master = no
<BR>; preferred master = yes
<BR>; domain logons = yes
<BR>; logon script = %m.bat
<BR>; logon script = %U.bat
<BR>; logon path = \\%L\Profiles\%U
<BR>; wins support = yes
<BR>; wins server = w.x.y.z
<BR>; wins proxy = yes
<BR>
<BR> dns proxy = no
<BR>
<BR>; add user script = /usr/sbin/useradd %u
<BR>; add group script = /usr/sbin/groupadd %g
<BR>; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
<BR>; delete user script = /usr/sbin/userdel %u
<BR>; delete user from group script = /usr/sbin/deluser %u %g
<BR>; delete group script = /usr/sbin/groupdel %g
<BR>
<BR>
<BR>
<BR>[homes]
<BR> comment = Home Directories
<BR> browseable = yes
<BR> writable = yes
<BR>
<BR>; [netlogon]
<BR>; comment = Network Logon Service
<BR>; path = /usr/local/samba/lib/netlogon
<BR>; guest ok = yes
<BR>; writable = no
<BR>; share modes = no
<BR>
<BR>;[Profiles]
<BR>; path = /usr/local/samba/profiles
<BR>; browseable = no
<BR>; guest ok = yes
<BR>
<BR>
<BR>[printers]
<BR> comment = All Printers
<BR> path = /var/spool/samba
<BR> browseable = no
<BR> guest ok = no
<BR> writable = no
<BR> printable = yes
<BR>
<BR>
<BR>;[tmp]
<BR>; comment = Temporary file space
<BR>; path = /tmp
<BR>; read only = no
<BR>; public = yes
<BR>
<BR>
<BR>;[public]
<BR>; comment = Public Stuff
<BR>; path = /home/barba
<BR>; public = yes
<BR>; writable = yes
<BR>; printable = no
<BR>; write list = @staff
<BR>
<BR>
<BR>
<BR>;[fredsprn]
<BR>; comment = Fred´s Printer
<BR>; valid users = fred
<BR>; path = /homes/fred
<BR>; printer = freds_printer
<BR>; public = no
<BR>; writable = no
<BR>; printable = yes
<BR>
<BR>
<BR>;[fredsdir]
<BR>; comment = Fred´s Service
<BR>; path = /usr/somewhere/private
<BR>; valid users = fred
<BR>; public = no
<BR>; writable = yes
<BR>; printable = no
<BR>
<BR>
<BR>;[pchome]
<BR>; comment = PC Directories
<BR>; path = /usr/pc/%m
<BR>; public = no
<BR>; writable = yes
<BR>
<BR>
<BR>;[public]
<BR>; path = /usr/somewhere/else/public
<BR>; public = yes
<BR>; only guest = yes
<BR>; writable = yes
<BR>; printable = no
<BR>
<BR>
<BR>;[myshare]
<BR>; comment = Mary´s and Fred´s stuff
<BR>; path = /usr/somewhere/shared
<BR>; valid users = mary fred
<BR>; public = no
<BR>; writable = yes
<BR>; printable = no
<BR>; create mask = 0765
<BR>
<BR>
<BR><br>
useless
Staff
Messaggi: 3896 Iscritto il: dom 12 ott 2003, 0:00
Località: A place where the streets have no name
Contatta:
Messaggio
da useless » lun 27 dic 2004, 19:35
così dovrebbe andare. dagli qualche tempo che si assesti (un minutino, deve avvenire l´elezione del master browser), e poi dovrebbe funzionare a dovere.
<BR>se non lo vedi nelle risorse di rete da windows prova a scrivere direttamente "\\ip_linux" in explorere, dovrebbe chiederti user e pass e poi entrare.<br>
slackberb
Linux 1.x
Messaggi: 135 Iscritto il: dom 28 nov 2004, 0:00
Messaggio
da slackberb » lun 27 dic 2004, 20:45
....useless .....qui la situazione non cambia...mi sembra strano ...
<BR>
<BR>in risorse reti faccio gruppo lavoro ...mi da solo quello della macchina windows ....
<BR>
<BR>ho provato a scrivergli l´ip nel browser ...nulla <a href="http://192.168.0.0....ma" target="_blank" target="_new">http://192.168.0.0....ma</a> nulla
<BR>.......mi sa che ci rinuncio... :-[ <br>
useless
Staff
Messaggi: 3896 Iscritto il: dom 12 ott 2003, 0:00
Località: A place where the streets have no name
Contatta:
Messaggio
da useless » lun 27 dic 2004, 20:54
non ho detto "
http://ip ", ma "\\ip", che è ben diverso...<br>
slackberb
Linux 1.x
Messaggi: 135 Iscritto il: dom 28 nov 2004, 0:00
Messaggio
da slackberb » lun 27 dic 2004, 21:08
scusa la mia ignoranza...
<BR>
<BR>...così : \\ip.192.168.0.0....
<br>
slackberb
Linux 1.x
Messaggi: 135 Iscritto il: dom 28 nov 2004, 0:00
Messaggio
da slackberb » lun 27 dic 2004, 21:27
così non funzica ...dove le vedo le directory di windows da Linux??<br>