vryeksksk
Dabbler
- Joined
- Apr 20, 2018
- Messages
- 10
Hey, I'm a freenas newbie but I'm not an IT newbie and would appreciate some help.
I set up a Freenas box at home with these specs:
I chose to install FreeNAS 11.2-BETA1 because I noticed it uses new boot environment and I didnt want to deal with upgrading from old boot environment to new one.
I configured everything that I wanted, set up nextcloud jail with SSL and fluff, everything was working fine™
Then I installed FreeNAS 11.2-BETA2 and problems started. To be clear i understand that this is BETA and I'm not expecting it FIXED NOW, I just want some help resolving those issues and maybe opening an issue ticket.
I had two jails, one with nextcloud and another with clamav, i also had a cron that removed old files from recycle bin.
sending this command over ssh or letting it run via cron hangs the server, meaning it cannot be accessed by SSH, nextcloud stops being accessible and samba shares stop working. The most annoying fact that there is nothing in the logs, nothing! I have to restart the server to make it recover from this. Cron runs at 2:00 and I think once i didn't restart the server and see if it recovers and it did, sometime around 12:00, again with nothing in the logs signifying what could be the problem.
If it was a large folder maybe i would understand, but in ./recycle/ folder there is like 5gb of data and like ~3k files.
Another thing is running a clamav scan, same thing. running a scan command on a 3tb data set hangs everything until it finishes.
https://pastebin.com/Bp8i30nN here is today's log after today's hang. I tried manually running the empty recycle bin command above at 13:30 and almost immediately disconnected me from ssh, nextcloud stopped responding over internet and the webgui also wasn't accessible.
How can I troubleshoot this or provide some relevant logs ?
Any help appreciated.
I set up a Freenas box at home with these specs:
Code:
WD Red 4TB x 6 ASRock AB350 Pro4 AMD Ryzen 3 2200G Crucial UDIMM DDR4, 16GB 2400MHz, CL17 ECC SanDisk Ultra Flair Drive 16GB be quiet! STRAIGHT POWER 10 400W
I chose to install FreeNAS 11.2-BETA1 because I noticed it uses new boot environment and I didnt want to deal with upgrading from old boot environment to new one.
I configured everything that I wanted, set up nextcloud jail with SSL and fluff, everything was working fine™
Then I installed FreeNAS 11.2-BETA2 and problems started. To be clear i understand that this is BETA and I'm not expecting it FIXED NOW, I just want some help resolving those issues and maybe opening an issue ticket.
I had two jails, one with nextcloud and another with clamav, i also had a cron that removed old files from recycle bin.
find /mnt/tank/*/.recycle/* -atime +30 -delete; find /mnt/*/.recycle/ -type d -empty -delete
sending this command over ssh or letting it run via cron hangs the server, meaning it cannot be accessed by SSH, nextcloud stops being accessible and samba shares stop working. The most annoying fact that there is nothing in the logs, nothing! I have to restart the server to make it recover from this. Cron runs at 2:00 and I think once i didn't restart the server and see if it recovers and it did, sometime around 12:00, again with nothing in the logs signifying what could be the problem.
If it was a large folder maybe i would understand, but in ./recycle/ folder there is like 5gb of data and like ~3k files.
Another thing is running a clamav scan, same thing. running a scan command on a 3tb data set hangs everything until it finishes.
https://pastebin.com/Bp8i30nN here is today's log after today's hang. I tried manually running the empty recycle bin command above at 13:30 and almost immediately disconnected me from ssh, nextcloud stopped responding over internet and the webgui also wasn't accessible.
How can I troubleshoot this or provide some relevant logs ?
Any help appreciated.