LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Samba-Client gone bad. (https://www.linuxquestions.org/questions/linux-networking-3/samba-client-gone-bad-300458/)

madmax04 03-11-2005 12:55 PM

Samba-Client gone bad.
 
Been running FC3 for awhile. Been using the shared printers on windows
Pcs and using shared drives on windows PCs for awhile.
Hooked up a USB 80 gig drive to test. Someone sent it to me telling me
it failed to write. It was being used as a disk in a rotation for backup
of a windows network. This may or may not have anything to do with the problem.

After trying to access and format the drive my PC started acting funny.
Running slow, the mouse would not move etc. Got distracted that evening
by my grandson and didn't get back to it till the next day. Froze up
tighter than a rock. Not use to having my Linux box do this. Started
the shut down process as normal and waited and waited. Once it started
to shut down it got into a loop at a command screen or the screen that
shows the shutdown of all the processes. I could not read all of the
error it was looping so fast but it included SAMBA and ERROR and
PANIC...

Finally turned it off. The first boot was slow and finally took me to a
sign on screen. Shut it down again, with no errors. Came back up and has
been running great ever since. Except, now I cannot print or access any
drives on the windows network. It lets me browse the windows network but
doesn't see anything. Sends stuff to the printer but nothing prints.
Doesn't error out just sits there.
The logs show every thing loads successfully at boot time including the cups
stuff.
I tried to uninstall the samba-client but it tells me the application is not there.
Any ideas?

davcefai 03-13-2005 02:29 AM

Just suggestions as it has never happened to me:

1. Examine /etc/samba/smb.conf and see if there is anything obvious there.
2. Run testparm and see if it complains about anything.
3. Try to remove the samba server and common packages.

If you can't remove, can you install?

Final remedy would be to download the source and compile. But then this would not be picked up by the RPM system and you'd be sort of "on your own"

madmax04 03-13-2005 08:20 AM

Ran testparm and here is the result.

[madmax04@localhost ~]$ testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

# Global parameters
[global]
workgroup = MYGROUP
server string = Samba Server
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = /etc/printcap
dns proxy = No
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
cups options = raw

[homes]
comment = Home Directories
read only = No
browseable = No

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[madmax04@localhost ~]$

davcefai 03-13-2005 10:04 AM

That eliminates smb.conf as the culprit. It does not seem to be corrupted.

You wrote
Quote:

I tried to uninstall the samba-client but it tells me the application is not there.
Are you able to install it? If it looks like you can I'd uninstall the other Samba components first and then reinstall the lot.


All times are GMT -5. The time now is 11:08 AM.