After updating to samba-3.6.13-1 I can no longer write to my samba share.
My smb.conf is as below, and worked prior to the update. I don't know what version I had prior.
$this->bbcode_second_pass_code('', '
[global]
workgroup = WORKGROUP
server string = POGO-K9
netbios name = POGO-K9
security = share
load printers = no
printing = bsd
printcap name = /dev/null
disable spools = yes
log file = /var/log/samba/%m.log
max log size = 50
dns proxy = no
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=131072 SO_SNDBUF=131072 SO_KEEPALIVE
[K9]
force user = root
path = /media/K9
read only = no
public = yes
writable = yes
')
Is this a bug or is it something in my config that doesn't like the new version?
Is it possible to downgrade, if so how and to what version do you recommend?
Thanks,
Travis