Re: can't start samba

2002-01-22 Thread Jerry Winegarden
On 21 Jan 2002, mike wrote: > On Mon, 2002-01-21 at 19:36, Hidong Kim wrote: > > Hi, > > > > I still can't start Samba. I just compiled Samba 2.2.2 to upgrade from > > 2.2.1a. I'm going through the DIAGNOSIS.txt file. So far, I can run > > testparm

Re: can't start samba

2002-01-21 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mike wrote: >Have you tried deleting the last entry on the first line in /etc/hosts >eg: 127.0.0.1 localhost.localdomain localhost - remove localhost I'm not sure what that would accomplish, except to break a whole lot of network-related services (

Re: can't start samba

2002-01-21 Thread mike
On Mon, 2002-01-21 at 19:36, Hidong Kim wrote: > Hi, > > I still can't start Samba. I just compiled Samba 2.2.2 to upgrade from > 2.2.1a. I'm going through the DIAGNOSIS.txt file. So far, I can run > testparm without errors, ping the Linux Samba server from Windows

Re: can't start samba

2002-01-21 Thread Ezra Nugroho
Did you just change your kernel? Do an 'ifconfig'. Check if 'lo' interface is up. I have a hunch that maybe your kernel doesn't support local loopback connection. At 11:36 AM 1/21/2002 -0800, you wrote: >Hi, > >I still can't start Samba. I just compi

Re: can't start samba

2002-01-21 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >[root@ripley samba]# smbclient -L localhost >added interface ip=192.168.230.201 bcast=192.168.230.255 >nmask=255.255.255.0 >added interface ip=172.16.166.1 bcast=172.16.166.255 nmask=255.255.255.0 >added interface ip=172.16.177.1 bcast=172.16.177.25

Re: can't start samba

2002-01-21 Thread Hidong Kim
Hi, I still can't start Samba. I just compiled Samba 2.2.2 to upgrade from 2.2.1a. I'm going through the DIAGNOSIS.txt file. So far, I can run testparm without errors, ping the Linux Samba server from Windows machines and vice versa. But then I'm stuck at smbclient. 'sm

Re: can't start samba

2002-01-21 Thread Hidong Kim
Thanks! I got 2.2.2 compiled and installed. I'm going to try the configuration after some sleep. David Talkington wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hidong Kim wrote: > > >struct statfs { > >long f_type; > >long f_bsize; > >long f_bl

Re: can't start samba

2002-01-21 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hidong Kim wrote: >struct statfs { >long f_type; >long f_bsize; >long f_blocks; >long f_bfree; >long f_bavail; >long f_files; >long f_ffree; >__kernel_fsid_t f_fsid; >long f_name

Re: can't start samba

2002-01-21 Thread Hidong Kim
Hi, I tried to install the source RPM, but it crashed with this error: checking configure summary configure: error: summary failure. Aborting config error: Bad exit status from /var/tmp/rpm-tmp.21099 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.21099 (%build) I'd lik

Re: can't start samba

2002-01-21 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hidong Kim wrote: >[root@ripley bin]# ./testparm >Load smb config files from /usr/local/samba/lib/smb.conf >Processing section "[public]" >Processing section "[public]" >Processing section "[printers]" >Loaded services file OK. >Press enter to see a

Re: can't start samba

2002-01-21 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hidong Kim wrote: >[root@ripley init.d]# ./smb status >smbd is stopped >nmbd (pid 7759 7758) is running... Show us the output of the samba error log. /var/log/messages won't help you much here. >/usr/include/asm/statfs.h:12: redefinition of `stru

Re: can't start samba

2002-01-21 Thread Hidong Kim
> > Try running testparm and see the o/p.i guess it will tell u what the error > is > - Original Message - > From: "Hidong Kim" <[EMAIL PROTECTED]> > To: "Red Hat" <[EMAIL PROTECTED]> > Sent: Monday, January 21, 2002 12:25 PM > Subjec

Re: can't start samba

2002-01-21 Thread Ashwin Khandare
Try running testparm and see the o/p.i guess it will tell u what the error is - Original Message - From: "Hidong Kim" <[EMAIL PROTECTED]> To: "Red Hat" <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 12:25 PM Subject: can't start samba > Hi,

Re: can't start samba

2002-01-21 Thread Hidong Kim
Hi, It doesn't seem to run at all. What's really strange is that when I try to start smb from the command line, I see: [root@ripley init.d]# ./smb start Starting SMB services: [ OK ] Starting NMB services: [ OK ] It

Re: can't start samba

2002-01-20 Thread Edward Dekkers
> running. I've tried restarting Samba every way I can think of, like > '/etc/rc.d/init.d/smb start' and starting it from SWAT, with no > success. Any suggestions on how to get it going again would be great. When you do this, does it run briefly then die? Or does it simply not start? Error m

can't start samba

2002-01-20 Thread Hidong Kim
Hi, I had been running Samba 2.2.1a on a Red Hat 7.2 machine fine for several weeks. Then I had to reboot the machine today, and Samba won't come back up. The boot-up messages say that SMB has started OK. But if I check SWAT or '/etc/rc.d/init.d/smb status', it says that Samba is not running.