NextCloud suddenly stopped working...Runtime error???

Pctravel

Dabbler
Joined
Aug 11, 2018
Messages
26
I'm completely out of my depth on this installation. I utilized a script that was built to install security, my certificate and all was working perfectly but following a harddisk replacement resilver I noticed my nextcloud jail showed down. When I hit "start" I get the below runtime error. I also have a Jail for Emby and that jail is working fine. Any help for what broke?

Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 165, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1141, in call_method
return await self._call(message['method'], serviceobj, methodobj, params, app=app, io_thread=False)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1078, in _call
return await self._call_worker(serviceobj, name, *args)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1105, in _call_worker
job,
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1036, in run_in_proc
return await self.run_in_executor(self.__procpool, method, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1021, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
RuntimeError: mount_nullfs: /mnt/FreeNas: No such file or directory
jail: /sbin/mount -t nullfs -o rw /mnt/FreeNas//portsnap/ports /mnt/iocage/jails/nextcloud/root/usr/ports: failed
 

Pctravel

Dabbler
Joined
Aug 11, 2018
Messages
26
I deleted the prior jail for nextcloud and reinstalled. Here is what I believe happened. I did not use the proper case for the pool name so I suspect I made a virtual drive during the scripted install which was no longer there once I swapped out the bad drive. Should have been "FreeNAS" but above error I see "FreeNas". Argh but all back up now.
 
Top