NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
paalfe
Feb 01, 2015Guide
OS6.2.2 - Service SMB suddenly stopped working, won't start!
PROBLEM IS SOLVED :D READ THE REPLIES. I have a ReadyNAS Ultra 2 and a ReadyNAS Ultra 6. Both running firmware 6.2.2. Antivirus is disable on both devices. Service SMB suddenly stopped working...
paalfe
Feb 02, 2015Guide
Managed to fix my second ReadyNAS :D from debug-mode/tech-support-mode/telnet.
The default telnet login is <REMOVED BY MODERATOR>
- Mounted md0-partition.
Fixed http/https problem. A removed addon's apache-conf-file was preventing apache and UI from starting!
Luckily I managed to tranfer my dirty-fix-script to the NAS before I managed to loose SSH and HTTP/HTTPS access.
Copied my script to /mnt/etc/cron.hourly/
- umounted the md0-partition.
- Powerbutton OFF -> Powerbutton ON -> Boot Normal
HTTP/HTTPS working again :D
Waited for my script to run via cron, and suddenly was SSH working again :D
Removed the script from /etc/cron.hourly/
Had to run "reset permissions" on my shares via UI.
The default telnet login is <REMOVED BY MODERATOR>
- Mounted md0-partition.
echo DEVICE partitions > /etc/mdadm.conf ;
mdadm --examine --scan >> /etc/mdadm.conf ;
mdadm --assemble --scan ;
mount /dev/md0 /mnt/ ;
Fixed http/https problem. A removed addon's apache-conf-file was preventing apache and UI from starting!
rm /mnt/etc/apache2/sites-enabled/UNISTALLED-ADDON-CONF-FILE.conf
Luckily I managed to tranfer my dirty-fix-script to the NAS before I managed to loose SSH and HTTP/HTTPS access.
Copied my script to /mnt/etc/cron.hourly/
- umounted the md0-partition.
umount /mnt/ ;
- Powerbutton OFF -> Powerbutton ON -> Boot Normal
HTTP/HTTPS working again :D
Waited for my script to run via cron, and suddenly was SSH working again :D
Removed the script from /etc/cron.hourly/
Had to run "reset permissions" on my shares via UI.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!