NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Netgear Apps & Add-ons
855 TopicsNeed to add app as service, but still doing something wrong
Hi (i am newbie) i need to setup new service, in ReadyNAS 312, that would be launched after every startup (after restart). I have achieved installing mongodb + mFi both correctly. mFi is the application. Application is location in /apps/mFi/ folder. I have this launch script inside /apps/mFi/mfi.sh #!/bin/sh case "$1" in start) cd /apps/mFi/ java -jar lib/ace.jar start & ;; stop) cd /apps/mFi/ java -jar lib/ace.jar stop ;; esac exit 0 script works ok, also the mFi application itself. It can be run or stopped by calling above script with command "sh mfi.sh start" or "sh mfi.sh stop". As i have found, application is not launched after NAS unit restart. And i am unable to add it as a new service. I was trying to use same guide as here (with teamspeak viewtopic.php?f=153&t=77743) but with no succes i have tried creating file named mfi.service and placing it also into /lib/systemd/system/ [Unit] Description=mFi After=apache2.service [Service] WorkingDirectory=/apps/mFi ExecStart=/apps/mFi/mfi.sh start Type=forking KillMode=process Restart=on-failure [Install] WantedBy=multi-user.target maybe code is wrong and then adding service by "update-rc.d mfi defaults" or "update-rc.d mfi.service defaults" or "update-rc.d mFi defaults" with no success, it gave me this error or similar: update-rc.d: using dependency based boot sequencing update-rc.d: error: unable to read /etc/init.d/mfi.service could you help?4.7KViews0likes6CommentsRN516 v 6.10.8 was factory reset, now uTorrent will not install
My RAID array was set to read-only after a succession of mains power failures (I suspect). I have backups of everything including config files, so I am in the process of rebuilding after a factory reset. However, uTorrent refuses to install, it has been working perfectly for many years. Plex installed just fine. Any pointers? I've tried uploading the deb file, also the later issued patch, both are also failing with "Cannot install application utserver" Any help would be appreciated! Thanks.SolvedWordPress and FTPing to and from it.
Using Windows 10 and CoreFTP, having setup FTP on my ReadyNAS RN516. Running CoreFTP (as the ReadyNAS admin user) it seems to connect okay but does not show any files whatsoever at the other end. The user/pasword does not fail and everthing looks good ... just no access on the far end. Probably a permissions problem, but Core is using admin and all data on the readynas should be admin owned. Any help appreciated? I have looked and most posts on this in the system seem closed as no response ... hope that's not a bad sign.SolvedTransmission NT website interface issue
Hello, I’m happy user of Netgear readynas 104. I have installed a Transmission NT app from netgear store and can access it. The only problem is that on iOS (latest version 17.6.1 and previous versions as well) I’m not able to use desktop mode to display the website. I never noticed this problem with Android devices. Are there any solutions for this?How can I update SoftEther VPN App to Newest Version - ReadyNAS 10400
Hello all - if anyone is interested in knowing the solution mentioned in this topic here then here is it. Unfortunatelly the topic is already closedso cannot add solution directly there. Tested on NETGEAR ReadyNAS 10400. Current version of the VPN App is 1.5 which contains SoftEther VPN Server version 4.12. I successfully updated the SoftEther VPN Server to latest version as of today 4.19 - Build 9605. The solution is to download latest binary build for ARM (my ReadyNAS is ARM v7) and then copy it to the folder /apps/vpnserver/bin/arm/ . In this location there is a compilation script which can rebuild the vpnserver and vpncmd executables (ELF) using the latest binary release of the downloaded SoftEther VPN Server. Steps - ssh root access is required: 1) Stop the VPN Server App in ReadyNAS Web UI 2) ssh to the ReadyNAS box (i.e. using PuTTy) 3) Become root by executing "sudo su" if your user is sudoer or logon directly as user root 4) Install build tools to be able to execute the SoftEther build: apt-get update apt-get install make libc6-dev gcc gdb libtag1-dev uuid-dev 5) download latest ARM EABI Binary release of the SoftEther VPN Server - in my case 4.19-Build 9605 wget http://www.softether-download.com/files/softether/v4.19-9605-beta-2016.03.06-tree/Linux/SoftEther_VPN_Server/32bit_-_ARM_EABI/softether-vpnserver-v4.19-9605-beta-2016.03.06-linux-arm_eabi-32bit.tar.gz 6) Untar the archive tar xvf softether-vpnserver-v4.19-9605-beta-2016.03.06-linux-arm_eabi-32bit.tar.gz The directory vpnserver is created. 7) Copy the content of the vpnserver directory (the archive extract) over the files in the directory /apps/vpnserver/bin/arm/ 8) cd to /apps/vpnserver/bin/arm/ and build the new ELF executables: cd /apps/vpnserver/bin/arm/ ./.install.sh - you have to view & accept the license agreement, after that the new executables (vpnserver and vpncmd) should be build using the files extracted from the latest binary release of the SoftEther VPN Server 9) Now copy everything from /apps/vpnserver/bin/arm/ also one level up to /apps/vpnserver/bin (dunno why it's duplicated there) 10) make sure you return the ownership of the files to the admin user: cd /apps/vpnserver chown -R admin:admin bin/ 11) Cleanup the extracted vpnserver directory and the downloaded archive 12) Start the VPN Server App from ReadyNAS Web UI and Enjoy new version (don't forget to use compatible VPN Client tools) Maybe someone can write fully automated script ... including the download from the SoftEther VPN Server location ;-)19KViews3likes21CommentsTrying to install iDrive on ReadyNAS Pro 6 running 6.10.9
I have a ReadyNas Pro 6 running (unsupported) 6.10.8. I did a factory reset on it a month or so ago and setup some shares. The other day I downloaded Plex from Plex and was able to install and configure that and is running fine. I downloaded the latest idrive file from idrive and tried to install and only get an error window "Cannot install application idrive". I then went to the app page in the readynas and tried to install the older version listed there and get the same error. I then went to the Netgear firmware page and found 6.10.9 and upgraded. Firmware upgrade worked fine. I then tried to install idrive again with the same generic error. Any suggestions appreciated on how I could get this installed.ReadyNAS 214 - Unable to install Android app on new phone with Android version 13
Hi everyone, I have a new Samsung phone that is current with Android V13. When I attempt to install Readycloud (which still runs fine on my old phone), Google Play Store advises that "This app isn't available for your device because it was made for an older version of Android". Is there a newer app? I still need this capability, and would not expect a newer version of Android to be an obstacle. Thanks!