Error loading FreeNAS CIFS share to Ubuntu. Worked before move to FreeNAS 9.10

Status
Not open for further replies.

Estropelic

Contributor
Joined
Feb 8, 2016
Messages
107
Thank you sir. Any reason why my Jails cannot write back to the file directory? I cannot access the share on my windows 10 workstation. I'm still not sure why I cannot change the user of the dataset.
 
Last edited:

Estropelic

Contributor
Joined
Feb 8, 2016
Messages
107
Im just glad to have my backups pushing to the cloud. Im still unsure why I cannot assign new owners to the datasets. Am I missing something?
 

Attachments

  • dataset pool options.PNG
    dataset pool options.PNG
    20.8 KB · Views: 211
  • Dataset Pool.PNG
    Dataset Pool.PNG
    23 KB · Views: 206
  • POOL options.PNG
    POOL options.PNG
    21.7 KB · Views: 222
  • Pool permission.PNG
    Pool permission.PNG
    37 KB · Views: 222

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
Thank you sir. Any reason why my Jails cannot write back to the file directory? I cannot access the share on my windows 10 workstation. I'm still not sure why I cannot change the user of the dataset.
How is dataset mounted in the jail? Through shared storage in the webui?

If so, post output of 'getfacl /path/to/storage' from inside the jail. You can get to the shell in a jail by sshing into the freenas server, type 'warden list' to get jail name, then 'warden chroot myjail'.
 

Estropelic

Contributor
Joined
Feb 8, 2016
Messages
107
How is dataset mounted in the jail? Through shared storage in the webui?

If so, post output of 'getfacl /path/to/storage' from inside the jail. You can get to the shell in a jail by sshing into the freenas server, type 'warden list' to get jail name, then 'warden chroot myjail'.
I'm off to bed. Maybe I need to redo my Jails again after all of the permission changes.
 

Attachments

  • PicsArt_04-17-09.08.52.jpg
    PicsArt_04-17-09.08.52.jpg
    134.4 KB · Views: 199

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
You have to remove the spaces from the command.
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
I think I saw you set the root dataset to Windows permissions. This will break your jails if you did that. Always leave the root dataset alone and only modify child datasets.

Sent from my Nexus 5X using Tapatalk
 

Estropelic

Contributor
Joined
Feb 8, 2016
Messages
107
I'll redo my Jails tomorrow.

Welcome to FreeNAS
[root@freenas] ~# wa
wait wake wall warden watch watchdog watchdogd
[root@freenas] ~# warden list
ID AUTOSTART STATUS TYPE
---------------------------------------------------------------------------
couchpotato_1 Enabled Running pluginjail
plexmediaserver_1 Enabled Running pluginjail
sabnzbd_1 Enabled Running pluginjail
sickrage_1 Enabled Running pluginjail
[root@freenas] ~# warden chroot sabnzbd_1
Started shell session on sabnzbd_1. Type exit when finished.
# getfacl /media/downloads/
# file: /media/downloads/
# owner: root
# group: wheel
owner@:rwxpDdaARWcCos:fd-----:allow
group@:rwxpDdaARWcCos:fd-----:allow
everyone@:r-x---a-R-c---:fd-----:allow
#
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
I'll redo my Jails tomorrow.

Welcome to FreeNAS
[root@freenas] ~# wa
wait wake wall warden watch watchdog watchdogd
[root@freenas] ~# warden list
ID AUTOSTART STATUS TYPE
---------------------------------------------------------------------------
couchpotato_1 Enabled Running pluginjail
plexmediaserver_1 Enabled Running pluginjail
sabnzbd_1 Enabled Running pluginjail
sickrage_1 Enabled Running pluginjail
[root@freenas] ~# warden chroot sabnzbd_1
Started shell session on sabnzbd_1. Type exit when finished.
# getfacl /media/downloads/
# file: /media/downloads/
# owner: root
# group: wheel
owner@:rwxpDdaARWcCos:fd-----:allow
group@:rwxpDdaARWcCos:fd-----:allow
everyone@:r-x---a-R-c---:fd-----:allow
#
In the future please enclose output in [ code ] tags.
 
Status
Not open for further replies.
Top