maxnet / berryboot

Berryboot -- Boot menu / OS installer
http://www.berryboot.com/
Other
799 stars 135 forks source link

can't add images from network location #482

Open alfieoriginal opened 6 years ago

alfieoriginal commented 6 years ago

Hello, can't add network images with latest Berryboot

trying also console mounting:

mount -t cifs -o username=xxx,password=xxx //192.xxx.x.xx/berryboot /share

show:

CIFS VFS: protocol revalidation - security settings mismatch CIFS VFS: session b4992f00 has no tcon available for a dfs referral request

Any help is apreciated.

maxnet commented 6 years ago

And your CIFS server is running what software and settings exactly?

alfieoriginal commented 6 years ago

Runing Openmediavault 3.0.98 (Debian Jessie) Linux 4.9.0-0.bpo.5-amd64 Samba 4.2.14

smb.conf

[global] workgroup = WORKGROUP server string = %h server dns proxy = no log level = 0 syslog = 0 log file = /var/log/samba/log.%m max log size = 1000 syslog only = yes panic action = /usr/share/samba/panic-action %d encrypt passwords = true passdb backend = tdbsam obey pam restrictions = no unix password sync = no passwd program = /usr/bin/passwd %u passwd chat = Enter\snew\s\spassword: %n\n Retype\snew\s\spassword: %n\n password\supdated\ssuccessfully . pam password change = yes socket options = TCP_NODELAY IPTOS_LOWDELAY guest account = nobody load printers = no disable spoolss = yes printing = bsd printcap name = /dev/null unix extensions = yes wide links = no create mask = 0777 directory mask = 0777 use sendfile = yes aio read size = 16384 aio write size = 16384 null passwords = no local master = yes time server = no wins support = no

[berryboot] path = /srv/dev-disk-by-label-Raidmultimedia/berryboot guest ok = no read only = no browseable = yes inherit acls = yes inherit permissions = no ea support = no store dos attributes = no vfs objects = printable = no create mask = 0664 force create mode = 0664 directory mask = 0775 force directory mode = 0775 hide special files = yes follow symlinks = yes hide dot files = yes valid users = invalid users = read list = write list =

monstahnator commented 6 years ago

Hi i had the same problem on Synology diskstation fixed it by setting max samba version to smb3 and min samba version to smb1 best regards