This morning I did a "pacman -Syu" and found that Linuix-Kirkwood 3.9.1-1 and other packages were available for update. I proceeded to install it, after which I rebooted. Now when I attempt to access my samba shares as guest I can no longer do so.
I have samba 4.0.5-2 installed. /etc/samba/smb.conf:
$this->bbcode_second_pass_code('', '
[global]
server string = ALARM
disable netbios = yes
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = 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
large readwrite = yes
min receivefile size = 4096
use sendfile = true
aio read size = 4096
aio write size = 65636
write raw = yes
read raw = yes
max xmit = 131070
dead time = 15
getwd cache = Yes
oplocks = No
write cache size = 65536
[Media1]
path = /media/Media1
read only = no
public = yes
writable = yes
only guest = yes
[Media2]
path = /media/Media2
read only = no
public = yes
writable = yes
only guest = yes
')
$this->bbcode_second_pass_code('', '
systemctl status smbd
smbd.service - Samba SMB/CIFS server
Loaded: loaded (/usr/lib/systemd/system/smbd.service; enabled)
Active: active (running) since Sat 2013-05-11 09:11:49 EDT; 3s ago
Process: 378 ExecStart=/usr/sbin/smbd -D (code=exited, status=0/SUCCESS)
Main PID: 379 (smbd)
CGroup: name=systemd:/system/smbd.service
└─379 /usr/sbin/smbd -D
May 11 09:11:47 MediaServer systemd[1]: Starting Samba SMB/CIFS server...
May 11 09:11:49 MediaServer systemd[1]: Started Samba SMB/CIFS server.
')
Here is what I updated this morning:
$this->bbcode_second_pass_code('', '
[2013-05-11 05:23] [PACMAN] upgraded avahi (0.6.31-6 -> 0.6.31-7)
[2013-05-11 05:23] [PACMAN] upgraded dirmngr (1.1.0-5 -> 1.1.1-1)
[2013-05-11 05:23] [PACMAN] upgraded gpgme (1.4.0-1 -> 1.4.1-1)
[2013-05-11 05:23] [PACMAN] upgraded iproute2 (3.8.0-1 -> 3.9.0-1)
[2013-05-11 05:23] [PACMAN] upgraded libpipeline (1.2.2-1 -> 1.2.3-1)
[2013-05-11 05:23] [PACMAN] upgraded libpng (1.5.15-1 -> 1.6.2-3)
[2013-05-11 05:23] [PACMAN] upgraded libtirpc (0.2.2-4 -> 0.2.3-1)
[2013-05-11 05:23] [PACMAN] upgraded libwbclient (4.0.5-1 -> 4.0.5-2)
[2013-05-11 05:23] [PACMAN] upgraded linux-firmware (20121118-1 -> 20130430-1)
[2013-05-11 05:24] [PACMAN] upgraded linux-headers-kirkwood (3.8.11-1 -> 3.9.1-1)
[2013-05-11 05:24] [PACMAN] upgraded pam (1.1.6-1 -> 1.1.6-3)
[2013-05-11 05:24] [PACMAN] upgraded systemd (202-2 -> 203-2)
[2013-05-11 05:24] [PACMAN] upgraded mkinitcpio (0.13.0-1 -> 0.14.0-1)
[2013-05-11 05:24] [PACMAN] upgraded linux-kirkwood (3.8.11-1 -> 3.9.1-1)
[2013-05-11 05:24] [PACMAN] upgraded logrotate (3.8.3-1 -> 3.8.4-1)
[2013-05-11 05:24] [PACMAN] upgraded rpcbind (0.2.0-9 -> 0.2.0-11)
[2013-05-11 05:24] [PACMAN] upgraded nfs-utils (1.2.7-1 -> 1.2.8-3)
[2013-05-11 05:24] [PACMAN] upgraded pacman (4.1.0-2 -> 4.1.1-1)
[2013-05-11 05:24] [PACMAN] upgraded pinentry (0.8.2-2 -> 0.8.3-1)
[2013-05-11 05:24] [PACMAN] upgraded smbclient (4.0.5-1 -> 4.0.5-2)
[2013-05-11 05:24] [PACMAN] upgraded samba (4.0.5-1 -> 4.0.5-2)
[2013-05-11 05:24] [PACMAN] upgraded systemd-sysvcompat (202-2 -> 203-2)
')