You are not logged in.
Hi guys.
I'm using samba to access my /home from android phone. Everything was working perfectly until a week ago when file explorer (Solid, ES) on my phone couldn't access share - it just doesn't see it.
After restarting smbd or nmbd samba starts working again.
I have traced problem back to linux-ck from Graysky's repo. Any ideas on how to make it work right after boot? This is not a big deal because I suspend most of the time, but I don't like having broken features around. ![]()
Everytime I (re)start smbd, following appears in /var/log/samba/smbd.log. Other log files are blank.
[2012/10/05 12:10:27.950424, 0] smbd/server.c:1109(main)
standard input is not a socket, assuming -D optionsmb.conf (only stuff I've changed)
[global]
workgroup = BUFFALO
server string = asus
security = user
hosts allow = 192.168. 10.0.0. 127.
load printers = no
[homes]
comment = Home Directories
browseable = yes
writable = yesThanks.
Last edited by Šaran (2012-10-14 18:48:31)
Offline
Been a while since I used samba but th obvious question to me is, have you installed the ARCH kernel and booted into it to test that it is indeed a ck problem?
Offline
Yes, there are no problems with vanilla kernel.
Offline
Odd... running linux-ck-corex on my workstation and my samba works just fine although I do have the same in my log:
% cat /var/log/samba/smbd.log
[2012/10/05 15:49:35.091561, 0] smbd/server.c:1109(main)
standard input is not a socket, assuming -D option% cat /etc/samba/smb.conf
[global]
workgroup = share
server string = simplicity
security = user
hosts allow = 10.1.1. 127.
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY
# no printers are shared so stop trying
load printers = no
printing = bsd
disable spoolss = yes
printcap name = /dev/null
[docs]
comment = document share
writeable = yes
path = /mnt/data/docs
[music]
comment = music
writeable = yes
path = /mnt/data/musicLast edited by graysky (2012-10-05 19:53:31)
Offline
Updated to 3.6.2 and it started working again.
Offline