- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
RN104 GUI slow or not loading
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
RN104 GUI slow or not loading
Last update was a month ago to the newest 6.10.5. Now the GUI won't load after logging in, page just tries to load, but SSH works just fine. I've tried powering off completely and also warm rebooting but no change.
I have 20 years of family photos on this thing and a little hesitant to removing the HDD's while doing a factory reset. Is this even possible without corrupting the RAID?
Any other ideas to try first?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
@Riehmc wrote:
I have 20 years of family photos on this thing and a little hesitant to removing the HDD's while doing a factory reset. Is this even possible without corrupting the RAID?
You can't do a factory reset with the disks removed, because a factory reset formats the drives and then does a fresh factory install onto the disks.
If you don't have a backup of the files, you chould definitly take care of that. RAID isn't enough to keep data safe, you need multiple copies on different devices to do that.
@Riehmc wrote:
Last update was a month ago to the newest 6.10.5. Now the GUI won't load after logging in, page just tries to load, but SSH works just fine.
Any other ideas to try first?
Do you know if hotfix 1 was installed? You can see this in the logs by entering:
# journalctl --no-pager -r | grep hotfix
Maybe also check on the status of apache2:
# systemctl status apache2
and maybe:
# journalctl --no-pager -r | grep apache
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
Somehow it is working today and was able to pull this off. I really want to find the root issue before it happens again.
Aug 01, 2021 10:04:31 PM | System: ReadyNASOS background service started. | |
Aug 01, 2021 10:04:09 PM | System: Firmware was upgraded to 6.10.5. | |
Aug 01, 2021 10:01:33 PM | System: ReadyNASOS service or process was restarted. | |
Aug 01, 2021 09:00:51 PM | System: The system is rebooting. | |
Aug 01, 2021 08:38:24 PM | System: Alert configuration was saved. | |
Aug 01, 2021 07:04:53 PM | System: ReadyNASOS background service started. | |
Aug 01, 2021 06:53:05 PM | System: The system is shutting down. | |
Jul 31, 2021 01:19:20 PM | System: ReadyNASOS background service started. | |
Jul 31, 2021 01:18:51 PM | System: ReadyNASOS service or process was restarted. | |
Jul 30, 2021 04:55:36 AM | System: ReadyNASOS background service started. | |
Jul 30, 2021 04:55:09 AM | System: ReadyNASOS service or process was restarted. | |
Jul 06, 2021 01:24:40 AM | System: ReadyNASOS background service started. | |
Jul 06, 2021 01:23:48 AM | System: A hotfix was applied to your system (6.10.5 Hotfix 1). | |
Jul 06, 2021 01:23:28 AM | System: ReadyNASOS service or process was restarted. | |
Jun 12, 2021 01:10:03 AM | System: ReadyNASOS background service started. | |
Jun 12, 2021 01:09:38 AM | System: Firmware was upgraded to 6.10.5. | |
Jun 12, 2021 01:02:33 AM | System: The system is rebooting. | |
Jun 12, 2021 01:00:47 AM | System: Downloading firmware version (6.10.5) and will update firmware shortly. | |
Jun 11, 2021 11:00:41 PM | System: Firmware upgrade is scheduled to update firmware at <06/12/2021 01:00:00>. |
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
NAS still running slow. I'm trying to backup everything to USB drive but system is too unresponsive. Any other suggestions to tshooting issue? I still think it's the last update that caused it but what do I know? Not like Netgear would ever investigate this.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
Using a seagate 5TB external and plugged into top usb. Then created a backup job for local>local(top usb), but it fails everytime. I even tried using a 128GB usb to the bottom usb and same result. thought it might be a partition size issue. is there a file system required? Nothing in the admin guide that talks about it.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
@Riehmc wrote:
is there a file system required?
Of course.
NTFS is a good choice, since the backup device can be read and written on the NAS, Windows PCs, and read on Macs. Writing to a Mac is possible too, but requires enabling experimental support, or getting a third party-package.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
Is there a way to start a backup via SSH since the GUI isn't responsive and the backup fails?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
@Riehmc wrote:
Is there a way to start a backup via SSH since the GUI isn't responsive and the backup fails?
First check if the USB drive is actually mounted, and if any files were transferred.
If you know the backup number, you can enter
/frontview/bin/fvbackup XXX
(where XXX is the backup number)
If you aren't sure of the job number, you can look in /etc/frontview/backup_jobs.conf to find it.
I don't know whether this will work when the GUI isn't responding. You could alternatively enter the appropriate rsync or cp command.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
There is no backup. How do I check to see if the USB is mounted?
I want to use the cp command to copy the whole /data folder to the backtop usb. What is the command?
cp /data /backtopusb/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
@Riehmc wrote:
How do I check to see if the USB is mounted?
lsblk should show you. Normally the internal disks would be sda, sdb, sdc, and sdd. The mount point would be the last entry on the line.
@Riehmc wrote:
I want to use the cp command to copy the whole /data folder to the backtop usb. What is the command?
If the USB device is mounted as /usbdrive then you'd want
cp -R /data/* /usbdrive/data
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
Guessing this is the issue:
root@NAS:/dev# lsblk
sde 8:64 0 4.6T 0 disk
├─sde1 8:65 0 200M 0 part
└─sde2 8:66 0 4.6T 0 part
root@NAS:/# mount /dev/sde2 /mnt
mount: unknown filesystem type 'exfat'
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
Wow I learned a little linux today. RN104 didn't support exfat (to which my question about partitions earlier should have resolved this)
So I did the following:
"sudo apt install exfat-fuse exfat-utils" then
" mount /dev/sde2 /mnt" then
"cp -R /data/* /mnt/NAS/"
and done! of of course umount when done 🙂
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
How is it that the GUI is so slow and barely functions but the console works fine? I figured this was a disk issue but it feels like a control or mgmt plane issue. Is there anything I can try before factory resetting?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
I also downgraded 6.10.5 to 6.10.4 and no change.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
@Riehmc wrote:
How is it that the GUI is so slow and barely functions but the console works fine? I figured this was a disk issue but it feels like a control or mgmt plane issue. Is there anything I can try before factory resetting?
The GUI runs at a fairly low priority, so if something is consuming the system resources it will be starved before other functions.
You can try running top, and see if something is taking a lot of CPU time.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
Okay I found the solution to my issue, so let me recap for others.
Plex was slugglish or quit working which is what alerted me to any issue. SMB shares were available for a few days but ended up failing as well. GUI was very slow and web pages took minutes to hours to load, sometimes not at all. Was barely able to upload the previous firmware but that didn't fix the issue. From a previous post you can see I was able to mount an external and backup everything via SSH. From there I factory reset the box and that still didn't fix the issue but did point me in the right direction. After the reset, the drives kept trying to sync for hours even though there was only 12MB of data. Once I deleted the partition everything came back to life.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
Yes the volume. Do you think the X-Raid is better than Raid-5?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: RN104 GUI slow or not loading
@Riehmc wrote:
Do you think the X-Raid is better than Raid-5?
For most users, yes. If your disks are equal size, then it is RAID-5. If they are of unequal size, XRAID will give you the more capacity.
FWIW, the GUI performance will be slow when the volume is resyncing (and that is required in both RAID-5 and XRAID). Since resync takes place at the block level, the resync time is the same whether the volume is empty or full.