Okay, so I'm no expert is SAMBA (Although its pretty basic) but I'm no newbie either..
I have a full NAS box running SAMBA just fine, but can not get SAMBA to run on alARM (PP)
I've followed the instructions outlined here: http://archlinuxarm.org/support/guides/ ... ions/samba
Thought maybe there might be a different setup required under alARM, but it seems pretty much the same.
Yet I'm unable to connect to the Samba Shares via Windows 7
When entering \\ALARM\ in Explorer I get Network Error: Windows cannot access \\ALARM\
$this->bbcode_second_pass_code('', 'rc.d [start|stop|restart] samba')
Does not seem to function, as the only output I get from the terminal is
$this->bbcode_second_pass_code('', '-bash: rc.d: command not found')
I normally would start/stop/restart samba simply by using
$this->bbcode_second_pass_code('', 'smbd [start|stop|restart] ') but fails to work also.
when running ps -A to check for samba, its still being listed as a running process even though smbd stop was issued. smbd restart also fails to work. Which its becoming difficult to edit the smb.conf file, and restart samba to allow for changes in the config to take effect.
Could really use some help here. Many thanks.
smb.conf output:
$this->bbcode_second_pass_code('', '[global]
server string = ALARM
security = SHARE
guest account = pcguest
log file = /var/log/samba/%m.log
max log size = 50
disable netbios = Yes
socket options = TCO_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=131072 SO_SNDBUF=131072 SO_KEEPALIVE
load printers = No
dns proxy = No
wins support = Yes
idmap config * : backend = tdb
[Local_Disk]
path = /media/Local_Disk/
force user = root
read only = No
guest ok = Yes
')