so ive set up a new server, ubuntu server 8.04lts. got it all up and running with the exception of the samba server.
I had to write a new /etc/samba/smb.conf file from a combination of guides, and ive got this:
All the hdds are visible on the server machine, however I still cannot get them on the machines local to the network.
on this machine i get this error when I try to connect via the terminal:
any ideas, im guessing im having some sort of domain problem? but this is kinda out of my linux league.
I had to write a new /etc/samba/smb.conf file from a combination of guides, and ive got this:
#Global Settings
[global]
# Settings
kernel oplocks = yes
client use spnego = yes
server signing = auto
client signing = auto
template shell = /bin/bash
nt acl support = yes
change notify timeout = 0
# Share Behavior
inherit permissions = yes
inherit acls = yes
map acl inherit = yes
acl compatibility = auto
dos filemode = yes
dos filetimes = yes
dos filetime resolution = yes
map archive = yes
map system = no
map hidden = no
ea support = yes
force create mode = 0760
# Domain Settings
workgroup = HOME
server string = %h server (Samba, Ubuntu)
os level = 0
preferred master = no
announce as = NT Server
announce version = 4.9
browse list = yes
domain master = no
local master = no
enhanced browsing = yes
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
winbind use default domain = no
winbind enum groups = yes
winbind enum users = yes
winbind separator = +
realm = HOME
# Security
hosts allow = 192.168.1. 192.168.0. 127.
security = ads
password server = *
encrypt passwords = yes
# Printers
printcap name = /etc/printcap
load printers = yes
printing = cups
cups options = raw
# Logging
log file = /var/log/samba/%m.log
log level = 3
max log size = 500
# Network Settings
remote announce = 192.168.0.
disable netbios = no
netbios name = SERVER1
# Network Shares
[music]
comment = Public Music Folder
path = /media/music
guest ok = no
read only = no
writeable = yes
create mask = 0777
directory mask = 0777
acl group control = yes
store dos attributes = yes
All the hdds are visible on the server machine, however I still cannot get them on the machines local to the network.
on this machine i get this error when I try to connect via the terminal:
Kinit(v5): Cannot resolve network address for KDC in realm Home while getting initial credentials
any ideas, im guessing im having some sort of domain problem? but this is kinda out of my linux league.