I get a call today no one can access the shared folders. I check the status of smb (running) and nmb which said (Failed). I tried useing smbclient and could not get a response! I typed in net usershare --long and got a net user share not working...
---------- Post added at 09:20 AM ---------- Previous post was at 09:06 AM ----------
so fare I have done:
Code:
sudo yum update
reboot
when I rebooted and it was about to click to the login welcome screen, I get this message:
Code:
Could not create ICE listening socket: Cannot establish any listening sockets
"Log out"
I logged in then tried:
Code:
smbclient //QServer/QF -l 127.0.0.1 -U jn
[2012/08/17 09:19:24, 0] ../lib/util/debug.c:571(reopen_logs_internal)
Unable to open new log file '127.0.0.1/log.smbclient': No such file or directory
Connection to QServer failed (Error NT_STATUS_UNSUCCESSFUL)
Code:
service nmb status
Redirecting to /bin/systemctl status nmb.service
nmb.service - Samba NMB Daemon
Loaded: loaded (/usr/lib/systemd/system/nmb.service; enabled)
Active: failed (Result: exit-code) since Fri, 17 Aug 2012 09:12:37 -0600; 8min ago
Process: 823 ExecStart=/usr/sbin/nmbd $NMBDOPTIONS (code=exited, status=0/SUCCESS)
Main PID: 846 (code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/nmb.service
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
---------- Post added at 09:37 AM ---------- Previous post was at 09:20 AM ----------
?????????????????????
It's working now?
Problem I don't know why our how, plus how do I resolve the smb log file issue so I can actually know more info on the crashes if it crashes again?
Last commands I sent before it started working again:
Code:
smbclient //QServer/QF -N
Connection to QServer failed (Error NT_STATUS_UNSUCCESSFUL)
smbclient -L 192.168.0.3 -U jn
Enter jn's password:
session setup failed: NT_STATUS_LOGON_FAILURE
smbclient -L 192.168.0.3 -U jn
Enter jn's password:
Domain=[Q] OS=[Unix] Server=[Samba 3.6.6-92.fc17] ?????????????? Now it's working again!?