Hi all,
Pogoplug works fine with ArchLinux, except when running sabnzbd (too much memory usage).
I have followed the instructions to create a swap file:
$this->bbcode_second_pass_code('', 'dd if=/dev/zero of=/swapfile.img bs=1M count=512')
Also tried to create a swap file on my connected external drive (2tb, hfs+):
$this->bbcode_second_pass_code('', 'dd if=/dev/zero of=/media/hd-sdb2/swapfile.img bs=1M count=512')
Creating the swap file works fine on both locations, but when running the swapon it gives the following error:
$this->bbcode_second_pass_code('', '[root@pogo /]# swapon /media/hd-sdb2/swapfile.img
swapon: /media/hd-sdb2/swapfile.img: read swap header failed: Invalid argument
')