The 3 Posted April 3, 2020 Share Posted April 3, 2020 1007M swap. I don't know... This is from dmesg: [ 24.553452] Adding 1030140k swap on /var/swap. Priority:-2 extents:5 across:3536892k SSFS 20 minutes ago, Igor said: This is my torrent server on the same 8Gb SD card. /dev/mmcblk0p1 7458672 1058648 6297556 15% / /dev/sdb1 7752457508 6878909040 482830824 94% /ext I saw with lsblk, that sda1 has no mountpoint... that could be the reason. I will check it out. 0 Quote Link to post Share on other sites More sharing options...
The 3 Posted May 18, 2020 Share Posted May 18, 2020 I found the error. It was the mount point. Everything's working fine now for almost 7 weeks. 1 Quote Link to post Share on other sites More sharing options...
MacBreaker 14 Posted June 7, 2020 Share Posted June 7, 2020 Hello Igor, since years i seed Armbian torrents but i noticed that i'm running out of space. My hdd was 248GB till now... Looking for further information and saw in the first post is written 512GB. Maybe you can add a big ">NOTE!< since Version 20.05.xx you need 512GB free space". Also after you installed transmission by ->Software ->Softy ->Transmission you get asked to seed Armbian torrents. Here a screen: You have to change the number from 80GB to 512GB. Just my thinking about this.. Markus 2 Quote Link to post Share on other sites More sharing options...
Werner 409 Posted June 7, 2020 Share Posted June 7, 2020 5 minutes ago, MacBreaker said: Hello Igor, since years i seed Armbian torrents but i noticed that i'm running out of space. My hdd was 248GB till now... Looking for further information and saw in the first post is written 512GB. Maybe you can add a big ">NOTE!< since Version 20.05.xx you need 512GB free space". Also after you installed transmission by ->Software ->Softy ->Transmission you get asked to seed Armbian torrents. Here a screen: You have to change the number from 80GB to 512GB. Just my thinking about this.. Markus Yeah that number is a bit outdated. But you can see how much the project has grown over the years. 0 Quote Link to post Share on other sites More sharing options...
MacBreaker 14 Posted June 7, 2020 Share Posted June 7, 2020 Quote Yeah that number is a bit outdated. But you can see how much the project has grown over the years. Yes, and you all can be proud of this... 1 Quote Link to post Share on other sites More sharing options...
Igor 2301 Posted June 7, 2020 Author Share Posted June 7, 2020 512Gb is "a bit" future proof. Current real number is 259G and can cleaned up to fit 256GB drive size ... but its a manual work. 0 Quote Link to post Share on other sites More sharing options...
MacBreaker 14 Posted June 7, 2020 Share Posted June 7, 2020 OK, i'm prepaired with my 500GB HDD on a Cubietruck right now... 2 Quote Link to post Share on other sites More sharing options...
Werner 409 Posted August 22, 2020 Share Posted August 22, 2020 The current torrent size is 283,x GB atm for those who are interested: https://werner.armbian.de/_offtopic/torrent_statistics.txt 0 Quote Link to post Share on other sites More sharing options...
usb-driver 2 Posted September 4, 2020 Share Posted September 4, 2020 Hello there, I'm trying to adapt the cron script to deluged and I came out with this #!/bin/bash # # armbian torrents auto update # # download latest torrent pack TEMP_DIR=$(mktemp -d || exit 1) chmod 700 ${TEMP_DIR} trap "rm -rf \"${TEMP_DIR}\" ; exit 0" 0 1 2 3 15 wget -qO- -O ${TEMP_DIR}/armbian-torrents.zip https://dl.armbian.com/torrent/all-torrents.zip # test zip for corruption unzip -t ${TEMP_DIR}/armbian-torrents.zip >/dev/null 2>&1 [[ $? -ne 0 ]] && echo "Error in zip" && exit # extract zip unzip -o ${TEMP_DIR}/armbian-torrents.zip -d ${TEMP_DIR}/torrent-tmp >/dev/null 2>&1 # create list of current active torrents deluge-console 'info' | sed '1d; $d' > ${TEMP_DIR}/torrent-tmp/active.torrents # loop and add/update torrent files for f in ${TEMP_DIR}/torrent-tmp/*.torrent; do deluge-console "add ${f}" > /dev/null 2>&1 # remove added from the list pattern="${f//.torrent}"; pattern="${pattern##*/}"; sed -i "/$pattern/d" ${TEMP_DIR}/torrent-tmp/active.torrents done # remove old armbian torrents while read i; do [[ $i == *Armbian_* || $i == *gcc-linaro-* || $i == *tar.lz4 ]] && deluge-console "rm $(echo "$i" | awk '{print $1}';) --remove_data" done < ${TEMP_DIR}/torrent-tmp/active.torrents I'm not sure with the "active.torrents" part because i don't have transmission and i don't know how the informations from the "-l" are listed. For now the adding part is working and the "active.torrents" file is written! 2 Quote Link to post Share on other sites More sharing options...
Werner 409 Posted October 1, 2020 Share Posted October 1, 2020 There was an issue with the torrent network which lead into adding torrents to the queue that were no longer existing. This has been fixed. If you have setup your transmission-daemon with the update script mentioned at the first post you will receive the fix automatically or already might have. 1 Quote Link to post Share on other sites More sharing options...
amontero 0 Posted October 6, 2020 Share Posted October 6, 2020 Is there any way of seeding only some files? I would love to contribute some bw, but I'm a bit short on disk space. Thanks. 0 Quote Link to post Share on other sites More sharing options...
Igor 2301 Posted October 6, 2020 Author Share Posted October 6, 2020 3 hours ago, amontero said: Is there any way of seeding only some files? I would love to contribute some bw, but I'm a bit short on disk space. Thanks. Files are changing at each update so this makes little sense. Current share size is 262 Gb. 0 Quote Link to post Share on other sites More sharing options...
LD-Geek 0 Posted January 3 Share Posted January 3 i'm very pleasure to share the torrent file for armbian ,but please don't use the /var/lib/..... location,it's not friendly use the settings.json location and automatic move to new location will be fine. 0 Quote Link to post Share on other sites More sharing options...
Igor 2301 Posted January 3 Author Share Posted January 3 37 minutes ago, LD-Geek said: use the settings.json location and automatic move to new location will be fine. If this is yet another task for us, it can easily take years ... https://github.com/armbian/config/blob/master/debian-software#L708-L762 https://docs.armbian.com/Process_Contribute/ 0 Quote Link to post Share on other sites More sharing options...
Glock24 0 Posted January 19 Share Posted January 19 Hello, what's the disk space needed to seed the torrents? On a side note, would creating a repository mirror also help? 0 Quote Link to post Share on other sites More sharing options...
djurny 19 Posted January 19 Share Posted January 19 3 hours ago, Glock24 said: Hello, what's the disk space needed to seed the torrents? On a side note, would creating a repository mirror also help? Hi, I would also be interested in finding out what it would take to host a local repository mirror. Over the past few weeks I did try to rsync the repo to local storage, but I'm not sure if that will affect anything on the 'other' side. Had to break off the rsync as it appeared to sync extremely slow. Groetjes, 0 Quote Link to post Share on other sites More sharing options...
Werner 409 Posted January 19 Share Posted January 19 3 hours ago, Glock24 said: Hello, what's the disk space needed to seed the torrents? As mentioned in the first post of this topic the recommended disk space is 512GB. 0 Quote Link to post Share on other sites More sharing options...
Igor 2301 Posted January 19 Author Share Posted January 19 @djurny @Glock24 Stop by on our IRC channel(s), #armbian or #armbian_server to discuss details. Look for me @lanefu or @TheLinuxBug 5 hours ago, djurny said: Had to break off the rsync as it appeared to sync extremely slow. Try this one: rsync -av rsync://mirrors.dotsrc.org/armbian-dl/ . and rsync -av rsync://mirrors.dotsrc.org/armbian-apt/ . 0 Quote Link to post Share on other sites More sharing options...
Igor 2301 Posted January 24 Author Share Posted January 24 Support project https://gitlab.com/open-transmit/transupdate 0 Quote Link to post Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.