|
Prev: Eeee gads
Next: Gnome Pilot not syncing Treo on F7
From: General Schvantzkoph on 10 Jul 2007 12:42 I use SAMBA to export directories to a VMware/Win2K VM. In Fedora 7 the VM doesn't see the SAMBA shares, in FC6 it works fine. I'm using the same /etc/samba files and the same VM. The firewall and SELinux are both disabled. Is anyone else having SAMBA problems on F7?
From: tblanchard001 on 10 Jul 2007 15:50 On Jul 10, 12:42 pm, General Schvantzkoph <schvantzk...(a)yahoo.com> wrote: > I use SAMBA to export directories to a VMware/Win2K VM. In Fedora 7 the > VM doesn't see the SAMBA shares, in FC6 it works fine. I'm using the > same /etc/samba files and the same VM. The firewall and SELinux are both > disabled. > > Is anyone else having SAMBA problems on F7? have you checked /var/log/samba/log.smb or /var/log/messages for errors? Where are the samba shares located? which type of machine? is the vm and the samba on the same physical machine?
From: General Schvantzkoph on 10 Jul 2007 17:04 On Tue, 10 Jul 2007 12:50:01 -0700, tblanchard001 wrote: > On Jul 10, 12:42 pm, General Schvantzkoph <schvantzk...(a)yahoo.com> > wrote: >> I use SAMBA to export directories to a VMware/Win2K VM. In Fedora 7 the >> VM doesn't see the SAMBA shares, in FC6 it works fine. I'm using the >> same /etc/samba files and the same VM. The firewall and SELinux are >> both disabled. >> >> Is anyone else having SAMBA problems on F7? > > have you checked /var/log/samba/log.smb or /var/log/messages for > errors? Where are the samba shares located? which type of machine? is > the vm and the samba on the same physical machine? I've checked log.smb and log/messages and they are clean. The system information is, A64 3800+ (single core), 2.5G of RAM Fedora 7, 64 bit, 2.6.21.5 kernel VMware 1.0.3, Win2K SP4 The VM is running on the F7 machine. smb.conf [global] log file = /var/log/samba/%m.log load printers = yes socket options = TCP_NODELAY write list = myaccount,@myaccount force group = myaccount username map = /etc/samba/user.map encrypt passwords = yes user = myaccount,@myaccount dns proxy = no cups options = raw netbios name = Wasp_samba writeable = yes server string = Wasp printing = cups workgroup = WORKGROUP os level = 20 force user = myaccount valid users = myaccount,@myaccount security = share max log size = 50 [HPOfficeJet] comment = All Printers printable = yes writeable = yes valid users = myaccount,@myaccount path = /var/spool/samba [specifications] path = /home/myaccount/projects/ib/specifications [clients] path = /home/myaccount/clients [documents] path = /home/myaccount/documents
From: General Schvantzkoph on 10 Jul 2007 23:07 On Tue, 10 Jul 2007 16:42:44 +0000, General Schvantzkoph wrote: > I use SAMBA to export directories to a VMware/Win2K VM. In Fedora 7 the > VM doesn't see the SAMBA shares, in FC6 it works fine. I'm using the > same /etc/samba files and the same VM. The firewall and SELinux are both > disabled. > > Is anyone else having SAMBA problems on F7? I got the answer on the Fedora Forums. For the benefit of others, the problem is that start up script in /etc/init.d/smb. The script in Fedora 7 is broken. It only starts the smbd daemon but not the nmbd daemon. I copied the smb script from my FC6 installation into my F7 installation and that fixed everything.
From: HASM on 11 Jul 2007 01:48 General Schvantzkoph <schvantzkoph(a)yahoo.com> writes: >> Is anyone else having SAMBA problems on F7? > I got the answer on the Fedora Forums. For the benefit of others, the > problem is that start up script in /etc/init.d/smb. The script in Fedora > 7 is broken. It only starts the smbd daemon but not the nmbd daemon. I > copied the smb script from my FC6 installation into my F7 installation > and that fixed everything. F7 seems to have both smb and nmb startup scripts in /etc/init.d, but nmb is not enabled. Instead of overriding smb you can probably do "ckconfig --level 23345 nmb on && service nmb start" -- HASM
|
Pages: 1 Prev: Eeee gads Next: Gnome Pilot not syncing Treo on F7 |