Houston how do you check for samba working?
The thing is - it is started like this:
Code:
/usr/sbin/smbd -D -l /opt/var/log/smbd.log -s /opt/etc/samba/smb.conf
So what you do after you try to start samba manually - with the line above - is:
- it will show you if smbd is running or not
Code:
tail -n 20 /opt/var/log/smbd.log
- the last 20 lines of samab logfile may tell you why it was unable to start up. I remember veguely that it did not like hostname not set. But check what is your case
My samba is working with opts I gave in the tutorial, so perhaps you want to take a look at your conf file and post it (w/o sensitive info) - if you don't have luck with the steps above.
FTP And Samba not working
Hello everybody
I followed the howto and got most of the commands in with no error but now i can't get ftp acsess nor samba .
i can mound the disk and browse it withe putty but i have no acsess from my computer
samba is running
Code:
[admin@AsusWL500gP smbshare]$ ps
PID Uid VmSize Stat Command
1 admin 660 S /sbin/init
2 admin SW [keventd]
3 admin SWN [ksoftirqd_CPU0]
4 admin SW [kswapd]
5 admin SW [bdflush]
6 admin SW [kupdated]
7 admin SW [mtdblockd]
57 admin 308 S telnetd
62 admin 396 S httpd vlan1
65 admin 524 S nas /tmp/nas.lan.conf /tmp/nas.lan.pid lan
69 admin 364 S klogd
70 nobody 488 S dnsmasq
71 admin 396 S syslogd -m 0 -O /tmp/syslog.log -S -l 7
72 admin SW [khubd]
81 admin 276 S lpd
83 admin 260 S p9100d -f /dev/usb/lp0 0
86 admin 340 S waveservermain
89 admin 344 S rcamdmain
93 admin SW [usb-storage-0]
94 admin SW [scsi_eh_0]
100 admin 320 S infosvr br0
101 admin 456 S watchdog
103 admin 340 S ntp
116 admin 436 S dropbear
120 admin SW [kjournald]
129 admin 432 S udhcpc -i vlan1 -p /var/run/udhcpc0.pid -s /tmp/udhcpc
136 admin 408 S /opt/sbin/cron
145 admin 1008 S /usr/sbin/smbd -D -l /opt/var/log/smbd.log -s /opt/etc/samba/smb.conf
147 admin 984 S /usr/sbin/nmbd -D -n myasus -o -l /tmp -s /opt/etc/samba/smb.conf
174 admin 452 S upnp -D -L br0 -W vlan1
184 admin 744 S dropbear
185 admin 572 S -sh
197 admin 316 T cat
262 admin 412 R ps
can someone help me??
thx