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

Switching the forums off

Nearly one year ago i have moved nas-tweaks.net from mediawiki to wordpress to provide a better platform for comments and questions and to ease the navigation on the webpage. Today i switch of the forums at forum.nas-tweaks.net as they do not provide any value to the community anymore. For the future only the comments on this website will be answered and kept open.

I will keep the database for a while so if you search for a specific topic which was on this forum, feel free to leave a comment here.

Output of /proc/meminfo on the D-Link DNS-345

Here the output of cat /proc/meminfo on the D-Link DNS-345:

MemTotal:         509888 kB
MemFree:          326148 kB
Buffers:           13680 kB
Cached:           119420 kB
SwapCached:            0 kB
Active:            71972 kB
Inactive:          70396 kB
Active(anon):       9268 kB
Inactive(anon):        0 kB
Active(file):      62704 kB
Inactive(file):    70396 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:        524216 kB
SwapFree:         524216 kB
Dirty:                12 kB
Writeback:             0 kB
AnonPages:          9264 kB
Mapped:             8940 kB
Slab:              22932 kB
SReclaimable:       7084 kB
SUnreclaim:        15848 kB
PageTables:          508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:      779160 kB
Committed_AS:      61932 kB
VmallocTotal:     122880 kB
VmallocUsed:        1668 kB
VmallocChunk:     119804 kB

Output of /proc/cpuinfo on the D-Link DNS-345

Here the output of cat /proc/cpuinfo on the D-Link DNS-345:

Processor       : Feroceon 88FR131 rev 1 (v5l)
BogoMIPS        : 1599.07
Features        : swp half thumb fastmult edsp
CPU implementer : 0x56
CPU architecture: 5TE
CPU variant     : 0x2
CPU part        : 0x131
CPU revision    : 1
 
Hardware        : Feroceon-KW
Revision        : 0000
Serial          : 0000000000000000

How to mirror one folder from one nas to another using rsync and fun_plug

A few visitors of this website requested a tutorial on how to synchronize one folder from one NAS to another one. Of course this tutorial requires fun_plug installed on your NAS.

Attention: I describe unencrypted connections ins this tutorial, for encrypted ones, please visit the online search provider of your choice with the keywords “rsync ssh”.

Attention: Existing configurations of the rsync-server are maybe overwritten. Users who changed something in this area are advised to integrate this tutorial in their configuration on their own.
Continue reading How to mirror one folder from one nas to another using rsync and fun_plug

D-Link DNS-345 Sharecenter Quattro – A new 4-Bay NAS

DNS-345 FrontToday i’ve search through the various country-FTP-sites of D-Link and found a few hints regarding a new NAS from D-Link, the DNS-345. The NAS is a 4-Bay-NAS featuring nearly everything you might dream of. But i’ll beginn from the start.

According to the Datasheet (Mirror) and the Manual (Mirror), the DNS-345 can hold up to 12TB of S-ATA-Harddisks (4*3TB) which can be configured as RAID 1/5/5+Hotspare/10/Single Disk/JBOD. The data can be transferred using the two 10/100/1000Mbit Ethernet Ports, which can be configured for Link Aggregation in various modes.

The Front bezel contains a OLED Display with 128×32 Pixels resolution which can show various informations about the current state of the device like the System Information/Temperature, LAN/Volume status and USB Backups.

The device weights 2.7kg, it’s dimensions are (W*D*H) 128 x 200 x 178 mm. It operates from 0°C to 40°C. The external power adapter provides 19V with 4.74A; the NAS consumes about 53W in normal operation and 13.5W in Sleep mode.

The most important thing: The device is fun_plug-enabled!
Continue reading D-Link DNS-345 Sharecenter Quattro – A new 4-Bay NAS

Twitter Weekly Updates for 2011-08-14

  • uwfancontrol: Updated 1.2 (includes support for DNS-320/DNS-325!) #funplug #
  • xz: Updated to 5.0.3 #funplug #
  • gnupg: Version 2.0.18 added #funplug #
  • libassuan: Updated to 2.0.2 #funplug #
  • libgcrypt: Updated to 1.5.0 #funplug #
  • nettle: Updated to 2.2 #funplug #
  • p11-kit: Version 0.3 added #funplug #
  • freetype: Version 2.4.6 added #
  • vnstat: Updated to 1.11 #funplug #
  • curl: Updated to 7.21.7 #
  • iperf: Updated to 2.0.5 #
  • openvpn: Updated to 2.2.1 #funplug #
  • dnsmasq: Updated to 2.57 #funplug #
  • mysql: Updated to 5.1.58 #funplug #
  • php: Recompiled with mysqlnd & freetype (PHP5.3 is still crashing, so still 5.2.17) #funplug #

Twitter Weekly Updates for 2011-06-19

  • libcue: Added version 1.4.0 #funplug #
  • libexif: Added version 0.6.20 #funplug #
  • eventlog: Added version 0.2.12 #funplug #
  • xz: Updated to 5.0.2 #funplug #
  • apr: Updated to 1.4.5 #funplug #
  • subversion: Updated to 1.6.17 #funplug #
  • patchelf: Added version 0.5 #funplug #
  • autossh: Added version 1.4b #funplug #
  • mysql: Updated to 5.1.57 #funplug #
Exit mobile version