Oh yeah, so I mentioned Samba in the other thread.
Let's try something different: Here's the current config file. Nothing special.
All I want the damn thing to do is have the IPC share browsable, for me to be able to connect to my own shares, etc... but can't even do basic stuff. The below config is after hours of tweaking and attempting to fix it.
In its current state, it just keeps asking for U/P, and won't accept any of them. It's almost like it doesn't know how to look up accounts from its own configuration and wants to go off to some other domain for users etc.
trowe@hpnas:~$ cat /etc/samba/smb.conf
# Samba config file created using SWAT
# from UNKNOWN (192.168.0.188)
# Date: 2011/12/19 21:10:36
[global]
client lanman auth = no
workgroup = tjsr
netbios name = hpnas
server string = %h server (Samba, Ubuntu)
encrypt passwords = yes
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
smb passwd file = /etc/samba/smbpasswd
clien ntlmv2 auth = yes
lanman auth = yes
ntlm auth = yes
null passwords = yes
passdb backend = tdbsam
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
valid users = trowe
admin users = trowe
read list = trowe
write list = trowe
guest ok = yes
hosts allow = 192.168.0.0/255.255.255.0
username map = /etc/samba/smbusers
security = share
guest account = nobody
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192 SO_SNDBUF=8192
acl compatibility = Auto
browseable = true
name resolve order = lmhosts wins bcast host
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
[trowe]
path = /home/trowe
read only = No
[completed]
comment = Completed Torrents
path = /data/torrents/completed
read only = No
create mask = 0644