opware bootstrap and open-vm-tools installation

Reboot your NAS.
Enable and then Login to the Command Line Interface as user “root”, password is the same as for admin.
Change to a temporary directory:
cd /volume1/@tmp
Get the NAS to download the bootstrap:
wget http://ipkg.nslu2-linux.org/feeds/optwa … 7_i686.xsh
Set the .xsh script to be executable:
chmod +x syno-i686-bootstrap_1.2-7_i686.xsh
Now run the .xsh script:
sh syno-i686-bootstrap_1.2-7_i686.xsh
Delete the script file:
rm syno-i686-bootstrap_1.2-7_i686.xsh
Fix up the PATH in the root .profile:
vi /root/.profile
(in vi, then type)
:%s/PATH=/PATH=$PATH:/
:wq!
Reboot the NAS and login again to the Command Line Interface as user “root”
Update the ipkg list of available packages:
ipkg update
Upgrade any ipkg installed packages to the latest versions:
ipkg upgrade
Finished!

You can now install ipkg packages using the command “ipkg install xxxx” where xxxx is the name of the package.
You can list all the available packages using the command “ipkg list | more”.

Install open-vm-tools:

Install the Kernel Binaries:
Change to a temporary directory:
cd /volume1/@tmp
Get the NAS to download the open-vm-tools:
wget http://users.skynet.be/synology/i686/sy … 3.2.30.zip
Unarchive it:
unzip syno_vmware_kernel_mod_x86_64_3.2.30.zip
Go in the directory:
cd syno_vmware_kernel_mod_x86_64_3.2.30
Set the .sh script to be executable:
chmod +x S37vmware.sh
Now run the .xsh script:
sh S37vmware.sh start

Install the Tools Binaries:
ipkg install http://users.skynet.be/synology/i686/op … 1_i686.ipk

Install Opt Startup Script for open-vm-tools
cd /opt/etc/init.d/
Unzip the attached S22open-vm-tools-v1.1.zip
Copy S22open-vm-tools.sh into the current directory
chmod +x S22open-vm-tools.sh

Reboot or …
To restart the open-vm-tools:
/opt/bin/vmtoolsd –background /var/run/vmtoolsd.pid

Update 4.3 from 3810 to 3810 update 1-4

1. First check if you’re able to download update 3 from the GUI (Control Panel, DSM Update) – Download the update.
– 1a. If not able to download, connect/login with putty/telnet (user: root)
– 1b. Remove /[email protected] (rm /[email protected])
– 1c. Now try to donwload update 3 from GUI again (Control Panel, DSM Update)
2. Connect/login with putty/telnet and execute these 2 commands:
CODE: SELECT ALL
sed ‘s/flashupdateDeb/flashupdateDeb1/’ /[email protected] > /[email protected]
mv /[email protected] /[email protected]

3. Install the update from GUI (Control Panel, DSM Update)

Synology mount Magic TV every reboot

vi /etc/rc.local, 然後加上這段script

  1. #!/bin/sh
  2. if [ “$(ping -c 3 192.168.0.179 | grep ‘0 received’)” ]
  3. then
  4.         : ; exit 1
  5. else
  6.         if df | grep -q ‘192.168.0.179:/nfshare’
  7.         then :
  8.         else
  9.                 mount -t nfs 192.168.0.179:/nfshare /volume1/local rw,hard,intr,uid=root
  10.         fi
  11. fi

Config File Editor on Synology

After install Config File Editor. The screen shown “Sorry, the page you are looking for is not found”.

Solve :  Needed to install Perl., must use “admin” as login name

DSM 4.3 : Also: Fix was to in DSM Settings/Security uncheck ‘improve protection against cross-site request forgery attacks”