LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Samba daemons freezing at initialization time (https://www.linuxquestions.org/questions/linux-newbie-8/samba-daemons-freezing-at-initialization-time-653268/)

djszapi 07-03-2008 02:46 AM

Samba daemons freezing at initialization time
 
hy!

i have a small problem with samba service under debian 4.0 etch distribution.
i modified the /etc/samba/smb.conf file, because i didn't reach everything i wanted.
And at reboot time, after grub window (where i choose debian booting), the processes start run, but when samba comes it doesn't continue the operation, so it freezes with this text:
"Starting Samba daemons: nmbd smbdeth1: no IPv6 routers present"

And i waited about 30 minutes, and didn't continue.
Ctrl+c, ctrl+d, pause/break button ctrl+alt+f2 didn't help for me.
So it doesn't reach the text interface so that i can configure smbconf file (e.g. comment the whole line).
So is it an infinite loop?

Here is the content of config file:

[global]
netbios name = samba24
server string = CAD architects, Stockholm, east 32nd st, 34th floor
workgroup = Workgroup
hosts allow = 127. 192.168.0.
printcap name = /etc/printcap
load printers = yes
printing = cups
cups options = raw
guest account = smbguest
log file = /var/log/samba/samba.log
max log size = 1000
security = user
enable privileges = yes
username level = 8
password level = 8
username map = /etc/samba/smbusers
add user script = /usr/sbin/useradd -d /dev/null -g sambamachines -c 'Samba Machine Account' -s /dev/null -M '%u'
smb passwd file = /etc/samba/smbpasswd
encrypt passwords = yes
unix password sync = Yes
passwd program = /usr/bin/passwd '%u'
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*\n
null passwords = no
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
interfaces = 127.0.0.1/8 192.168.2.0/24 #eth0 lo
remote browse sync = 192.168.2.255
remote announce = 192.168.2.255
local master = yes
os level = 33
domain master = yes
preferred master = yes
time server = no
domain logons = yes
logon drive = m:
logon home = \\%L\homes\%u
logon path = \\%L\profiles\%u
logon script = %G.bat
name resolve order = wins lmhosts bcast
wins support = yes
wins server =
wins proxy = no
dns proxy = no
preserve case = no
; short preserve case = no
; default case = lower
; case sensitive = no
winbind use default domain = yes
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /dev/null

[homes]
comment = Home Directories
path = /home
read only = no
available = yes
browseable = yes
writable = yes
guest ok = no
public = no
printable = no
share modes = no
locking = no

[netlogon]
comment = Network Logon Service
path = /home/netlogon
read only = no
available = yes
browseable = yes
writable = no
guest ok = no
public = no
printable = no
share modes = no
locking = no

[profiles]
comment = User Profiles
path = /home/profiles
read only = no
available = yes
browseable = no
writable = yes
guest ok = no
public = no
printable = no
locking = no
create mode = 0600
directory mask = 0700

[printers]
comment = All Printers
path = /var/spool/samba
browseable = yes
writable = no
guest ok = no
public = no
printable = yes
share modes = no
locking = no

[pdf-documents]
path = /home/pdf-documents
comment = Converted PDF Documents
available = yes
browseable = yes
writeable = yes
guest ok = yes

[pdf-printer]
path = /tmp
comment = PDF Printer Service
printable = yes
guest ok = yes
use client driver = yes
printing = bsd
print command = /usr/bin/gsambadpdf %s %u
lpq command =
lprm command =


Is the solution just a boot live cd and reinstall?

Thank You!


All times are GMT -5. The time now is 10:42 AM.