SOLVED Tautulli iocage error

Status
Not open for further replies.

White95supra

Dabbler
Joined
Nov 13, 2016
Messages
19
I installed Tautulli as per the iocage guide in the resources section, and it was working perfectly until I had to restart my server and now I receive this error when trying to start the jail:

[root@freenas ~]# iocage start tautulli
* Starting tautulli
+ Start FAILED
mount_nullfs: /mnt/ssd_drive/iocage/jails/tautulli (/mnt/ssd_drive/iocage/jails/tautulli) and /mnt/ssd_drive/iocage/jails/tautulli/root/config are not distinctpaths
jail: /sbin/mount -t nullfs -o rw /mnt/ssd_drive/iocage/jails/tautulli /mnt/ssd_drive/iocage/jails/tautulli/root/config: failed
 

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
Paste the output of iocage fstab -l tautulli using the [ code ] tags.
 

White95supra

Dabbler
Joined
Nov 13, 2016
Messages
19
Here you go

Code:
+-------+-----------------------------------------------------------------------------------------------------+
| INDEX |											 FSTAB ENTRY							  |
+=======+=====================================================================================================+
| 0	 | /mnt/ssd_drive/iocage/jails/tautulli /mnt/ssd_drive/iocage/jails/tautulli/root/config nullfs rw 0 0 |
+-------+-----------------------------------------------------------------------------------------------------+
 

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
Yeah, well, you're trying to mount a path that already exists.

/mnt/ssd_drive/iocage/jails/tautulli
/mnt/ssd_drive/iocage/jails/tautulli/root/config <-- this is part of the source
 
Status
Not open for further replies.
Top