Network boot cifs permission denied
Verfasst: 18 Jun 2012, 11:38
I have been using opsi to network boot a windows install.
It has been working fine for a few weeks and now i get the following error.
I am logging in as adminuser which successfully leads me to the netbook-product list. When i try to select a product it tries to mount via cifs and then fails.
I thought it might be a permissions issue so tried
and restarted all opsi services
If i ssh into the linux bootimage i can then manually mount '//opsiserver/opsi_depot' successfully using the adminuser credentials.
Any idea why it works when i manually mount it but not via the opsi interface?
Thanks
It has been working fine for a few weeks and now i get the following error.
Code: Alles auswählen
Failed to mount '//opsiserver/opsi_depot': Command '/bin/mount -t cifs -o "iocharset=utf8,domain=opsiserver,credentials=/tmp/.cifs-credentials.opsiserver" //opsiserver/opsi_depot /mnt/opsi' failed (32):
mount error(13): Permission denied
I thought it might be a permissions issue so tried
Code: Alles auswählen
opsi-setup --set-rights
opsi-setup --init-current-config
If i ssh into the linux bootimage i can then manually mount '//opsiserver/opsi_depot' successfully using the adminuser credentials.
Any idea why it works when i manually mount it but not via the opsi interface?
Thanks