Upgrade from 9.3 to 9.3.1 no cifs shown in windows network

Status
Not open for further replies.

avalon60

Guru
Joined
Jan 15, 2014
Messages
597
I have recently rebuilt my FreeNAS box and used FreeNAS 9.3 to add the volumes and shares etc. After that was all done windows could see my FreeNAS box and shares. I then updated to 9.3.1, and after a couple of reboots , no freeNAS in windows network anymore.
 

avalon60

Guru
Joined
Jan 15, 2014
Messages
597
How do I actually read the messages files as when I do testparm messages, I get an error message that says something about to many lines. Is there another command line to do so.
 
D

dlavigne

Guest
testparm filename | more

or

testparm filename > tempfile
more tempfile

and

more /var/log/messages
 

avalon60

Guru
Joined
Jan 15, 2014
Messages
597
The last line did it, and here is thevar/log/messages:
Oops this the smb4.conf file not messages, my mistake...doh!

server max protocol = SMB3
encrypt passwords = yes
dns proxy = no
strict locking = no
oplocks = yes
deadtime = 15
max log size = 51200
max open files = 470225
logging = file
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
getwd cache = yes
guest account = nobody
map to guest = Bad User
obey pam restrictions = yes
directory name cache size = 0
kernel change notify = no
panic action = /usr/local/libexec/samba/samba-backtrace
nsupdate command = /usr/local/bin/samba-nsupdate -g
server string = FreeNAS Server
ea support = yes
store dos attributes = yes
lm announce = yes
hostname lookups = yes
time server = yes
acl allow execute always = true
dos filemode = yes
multicast dns register = yes
domain logons = no
local master = yes
idmap config *: backend = tdb
idmap config *: range = 90000001-100000000
server role = standalone
netbios name = FREENAS
workgroup = WORKGROUP
security = user
pid directory = /var/run/samba
create mask = 0666
directory mask = 0777
client ntlmv2 auth = yes
dos charset = CP437

There are hundreds of lines in the message file, so how do you want me to post it
 
Last edited:

avalon60

Guru
Joined
Jan 15, 2014
Messages
597
This is just 6% and it is taking too long to do. I tried to copy all and scrolling down but it only copies the viewable data. There must be an easier way.
If you need me to do the rest of it I will.
 

Attachments

  • messages.txt
    120.5 KB · Views: 337

avalon60

Guru
Joined
Jan 15, 2014
Messages
597
Yes I did thanks. I backed up all my data from the NAS box, then removed the cif shares, then removed the datasets and detached the volumes. I then added everything back to a working FreeNAS 9.10 system.
 
Status
Not open for further replies.
Top