Twitter Updates for 2012-06-27

  • Added fanctl 2 #funplug #
  • Added rsync 3.0.9 #funplug #
  • Added uwfancontrol 1.3 #funplug #
  • Added stunnel 4.53 #funplug #
  • Added autossh 1.4c #funplug #
  • Added dbus 1.6.0 #funplug #
  • Added gdbm 1.10 #funplug #
  • Added libusb 1.0.9 & libusb-compat 0.1.4 #funplug #
  • Added avahi 0.6.31 #funplug #
  • Added libiconv 1.14 #funplug #
  • Added neon 0.29.6 #funplug #
  • Added pciids and usbids from today #funplug #
  • Added dbus-glib 0.100 #funplug #
  • Updated freetype to version 2.4.10 #funplug #
  • Updated fontconfig to version 2.9.92 #funplug #
  • Updated ffmpeg to version 0.11.1 but seems to break compatibility… #funplug #
  • Updated netperf to version 2.6.0 #funplug #
  • Updated lftp to version 4.3.7 #funplug #
  • Added libxml2 2.8.0 #funplug #
  • Updated fftw to version 3.3.2 #funplug #

D-Link releases updated Firmware 1.02 for the DNS-325

D-Link has released a update (1.02) for the firmware for the DNS-325. Here is the changelog:

1. [Bug Fix] Port redirection issue of GUI.
2. [Bug Fix] P2P seeding function is broken.
3. [New Feature] Support 3TB Disk.
4. [Bug Fix] Apple Finder failed to browse file through Samba issue.
5. [New Feature] Support Amazon S3 Cloud Backup.
6. [Bug Fix] Support WD My Book Essential 2TB USB 2.0.
7. [Bug Fix] P2P shared folder able to invisible via FTP.
8. [Bug Fix] “Blocking unauthorized login of nobody, root and etc special users”.
9. [Bug Fix] Block Raid Migration from DNS-323 (causing corrupted data).
10. [New feature] WebDAV support Open Mode.
11. [Bug Fix] System time will be +1 hour after restart.
12. [Bug Fix] If you apply a Samba share to FTP service, you are no way to disable it individually besides deleting the whole share from “Network Share”.
13. [Bug Fix] Print server does not work when custom shares are configured.
14. [Bug Fix] Workgroup Name is to restrictive and does not allow legitament characters.
15. [Bug Fix] printserver does not work when custom shares are configured.
16. [Bug Fix] Fan non-stopping issue.
17. [Bug Fix] Cannot copy files bigger than 200MB to USB drive.
18. [Bug Fix] External Drive with NTFS partiton support Read/Write.
19. [New Feature] Time Machine fails to work on Mac OS X 10.7 Lion issue.
20. [New Feature] Support Samsung D2 version Nand Flash.
21. [Bug Fix] System Time drift issue.
22. [Bug Fix] FTP backup issue with 722/726.
23. [Bug Fix] Support IE9.

You can download the Firmware here (or from my mirror)

D-Link releases updated Firmware 2.02 for the DNS-320

D-Link has released a update (2.02) for the firmware for the DNS-320. Here is the changelog:

1. [New Feature] Support 3TB Disk.
2. [Bug Fix] Apple Finder failed to browse file through Samba issue.
3. [New Feature] Support Amazon S3 Cloud Backup.
4. [Bug Fix]Support WD My Book Essential 2TB USB 2.0.
5. [Bug Fix]P2P shared folder able to invisible via FTP.
6. [Bug Fix]”Blocking unauthorized login of nobody, root and etc special users”.
7. [Change]Block Raid Migration from DNS-323 (causing corrupted data).
8. [New Feature] Support WebDAV.
9. [New Feature] WebDAV support Open Mode.
10. [Bug Fix] System time will be +1 hour after restart.
11. [Bug Fix] If you apply a Samba share to FTP service, you are no way to disable it individually besides deleting the whole share from “Network Share”.
12. [Bug Fix] Print server does not work when custom shares are configured
13. [Bug Fix] Workgroup Name is to restrictive and does not allow legitimate characters
14. [Bug fix] Fan non-stopping issue.
15. [Bug fix] Cannot copy files bigger than 200MB to USB drive.
16. [Bug Fix]External Drive with NTFS partiton support Read/Write.
17. [New Feature] Time Machine fails to work on Mac OS X 10.7 Lion issue.
18. [New Feature] Support Samsung D2 version Nand Flash.
19. [Bug Fix] System Time drift issue.
20. [Bug Fix] FTP backup issue with 722/726.
21. [Bug Fix] Support IE9.
22. [Bug Fix] Solve Language Pack missing translation issue
23. [Bug Fix] FTP/HTTP Downloads and Local Backups pages are not displayed correctly in IE8
24. [Bug Fix] Scan Disk: There is no volume selectable after create 2 standalone volumes

You can download the Firmware here (or from my mirror)

Updating pyload to the newest version

A user asked me a few days ago, how to update pyload to the newest version. I will show the example of the update to pyload 0.4.7, but the Steps are the same for future versions.

So here it is:

/opt/etc/init.d/S95startPyload.sh stop
cd /opt
mv pyload pyload-old
wget http://get.pyload.org/get/src/
unzip pyload-src*.zip
rm pyload-src-*.zip
cp -R /opt/pyload-old/.pyload /opt/pyload/
cd /opt/pyload/
python pyLoadCore.py --changedir --configdir=/opt/pyload/.pyload
python pyLoadCore.py

This is the log of it:

10.08.2011 15:34:08 INFO Starting pyLoad 0.4.7
10.08.2011 15:34:08 INFO Using home directory: /opt/pyload/.pyload
10.08.2011 15:34:11 INFO Activated plugins: CaptchaTrader, ClickAndLoad, ExternalScripts, HotFolder, MergeFiles, UnRar, UpdateManager
10.08.2011 15:34:11 INFO Deactivate plugins: Ev0InFetcher, IRCInterface, MultiHome, RealdebridCom, RehostTo, XMPPInterface
10.08.2011 15:34:11 INFO Downloadtime: True
10.08.2011 15:34:11 INFO Starting ThriftBackend: 0.0.0.0:7227
10.08.2011 15:34:11 INFO Free space: 212.01 GiB
10.08.2011 15:34:13 INFO Starting builtin webserver: 0.0.0.0:8000
10.08.2011 15:34:14 INFO Activating Plugins…
10.08.2011 15:34:14 INFO pyLoad is up and running
10.08.2011 15:34:16 INFO No Updates for pyLoad
10.08.2011 15:34:16 INFO New version of hoster|YoutubeCom.py : 0.22
10.08.2011 15:34:18 INFO *** Plugins have been updated, please restart pyLoad ***

The press “CTRL+C” to stop pyload which results in the following output:

10.08.2011 15:34:58 INFO shutting down…
10.08.2011 15:34:58 INFO killed pyLoad from Terminal

Now set the User again:

cd /opt/pyload/
python pyLoadCore.py -u

This looks like this, i’ve marked my input bold:

/opt/pyload# python pyLoadCore.py -u
Select action
1 – Create/Edit user
2 – List users
3 – Remove user
4 – Quit
[1]/2/3/4: 1

Username [User]: MyPersonalUser
Password: MyPasswordForUser
Password (again): MyPasswordForUser
Select action
1 – Create/Edit user
2 – List users
3 – Remove user
4 – Quit
[1]/2/3/4: 4

The Start pyload again:

/opt/etc/init.d/S95startPyload.sh start

If everything works, you can delete the previous version (otherwise you can go back to this version):

rm -Rf /opt/pyload-old