You are not logged in.
A dedicated server at Hetzner [1] is 49€/month for:
- 2 x 2tb HDD
- Core i7
- 32gb RAM
- 1git connection, guaranteed at 200mbps with 20tb traffic
- IPv6
Although the hard drives are only 7200rpm, probably not a huge issue for this use. Lots of RAM to cache frequently accessed files.
I would be happy to be part of a SysAdmin team to keep this project going.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
I have a Hetzner Server (but the old model) and just asked them about an upgrade and the costs of it.
If it's a reasonable price, i could offer a virtual machine to run the ARM.
Maybe we could implement a mirroring with DNS round robin so that the service is not hooked up on a single point?
Offline
Sad to see the ARM has ended. It has saved me more than a few times when I got a ambitious with patching and compiling (thanks to ABS for making it so easy for me to bork my system! )
Hopefully a replacement option will surface.
In the meantime, I am rsyncing my pacman cache to my NAS after each update so I have the option of rolling back if necessary.
Offline
Maybe we could implement a mirroring with DNS round robin so that the service is not hooked up on a single point?
I would be happy to implement and maintain an instance of Mirrorbrain
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Thanks also from me for a great service, sad to see it go. It has helped me once after an update freeze due to project deadlines, afterwards I could easily update in steps then via the ARM.
If our currency were not money but appreciation and acknowledgement for what we do for others, for the community, for the benefit of all, we would have paradise on earth.
Offline
https://bbs.archlinux.org/profile.php?id=34421
Arch Linux - rolling release distro, where people are wanting to downgrade to a previous version
;P
Offline
@Karol: I think you got the wrong link there...
Offline
@Karol: I think you got the wrong link there...
Why? This quote is his signature.
Offline
Maybe it is my secret admin powers, but that does not show his signature for me. Meh.
Offline
If someone could post a how to on how to run an ARM like service I'd happily donate a bunch of server storage to it
Offline
Just now I visited the website to downgrade some packages (overzealous pacman cache cleaning) and saw that the address wasn't resolving. Searched the forums, and found this thread.
I have used ARM only a couple of times, but it was a very useful project. Thanks DisposaBoy for the service.
Seeing the comments here, maybe there will be an alternative eventually
Last edited by x33a (2013-08-19 13:50:15)
Offline
Instead of replacing one web server with another, how about a decentralised solution? I've seen some other posts touch on it. How about a system which automatically creates torrents of the packages and just lists the torrent files on the website, instead of the actual package.
This means:
Greatly reduced bandwidth for the ARM server
Existing http-based mirrors can be added as web-seeds, and load will be evenly divided across them (though I realise they would be stop working when they go out of date).
If the repository stays quite up to date, then this could also be used as the torrent based package distribution everyone has wanted.
Perhaps an RSS feed of the .torrent files could be published to help people automatically seed. People can also be more selective with what they seed, compared to say a bittorrent-sync shared folder. eg someone can seed only [core] or only packages from 2013 onwards.
Offline
@Karol: I think you got the wrong link there...
https://bbs.archlinux.org/profile.php?id=34421
Arch Linux - rolling release distro, where people are wanting to downgrade to a previous version
;P
The signature is in the "personality" section: https://bbs.archlinux.org/profile.php?s … y&id=34421
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Sad to hear that ARM is down. Thank you for maintaining it all this time.
Also I looked at the Mirrorbrain link that was posted here and it looks interesting.
I would not mind giving a couple hundred gigabytes on my server for Archlinux packages. But there should be more mirrors to get the stuff from in case some of the servers go down.
If we could make some nice scripts that handle this automagically, I would be one of the users.
Offline
We are preparing to setup a new A.R.M under archlinuxcn.org community server - on a clean KVM VPS with 200 GiB of storage.
Currently we're wondering if there're still scripts or something left so we don't reinvent the wheel, any help are welcome, thanks!
PGP key: 30D7CB92
Key fingerprint: B597 1F2C 5C10 A9A0 8C60 030F 786C 63F3 30D7 CB92
Offline
fwiw, 200GB is approximately one years worth.
Offline
I was wondering if you still had any of the files available. Specifically, the 2009/09/05 packages as I was using the repository daily for using ArchLinux base in FreeBSD, for the Linux binary compatibility.
If you do, could you let me know, so I can maybe clone or sync to my server.
Offline
Great news, felixonmars, thank you!
If our currency were not money but appreciation and acknowledgement for what we do for others, for the community, for the benefit of all, we would have paradise on earth.
Offline
fwiw, 200GB is approximately one years worth.
One years worth would be pretty great all the same...
Offline
Yeah better than nothing, that's for sure. Just an 'FYI' post.
Offline
sad to hear the news
I never need to downgrade my package unless on this very day the project has been ceased wanna downgrade my libpng to 1.6.2, it's not in my cache cuz this is a clean install
Offline
@ reed1, you can always compile manually.
Offline
Many thanks for a great service you provided all those years. [2]
Offline
Instead of replacing one web server with another, how about a decentralised solution? I've seen some other posts touch on it. How about a system which automatically creates torrents of the packages and just lists the torrent files on the website, instead of the actual package.
This means:
Greatly reduced bandwidth for the ARM server
Existing http-based mirrors can be added as web-seeds, and load will be evenly divided across them (though I realise they would be stop working when they go out of date).
If the repository stays quite up to date, then this could also be used as the torrent based package distribution everyone has wanted.
Perhaps an RSS feed of the .torrent files could be published to help people automatically seed. People can also be more selective with what they seed, compared to say a bittorrent-sync shared folder. eg someone can seed only [core] or only packages from 2013 onwards.
This would be a great and bulletproof solution...
have you some idea how to implement this? I would like to participate in such a work...
this could be a proof of concept to redesign the package downloading using torrent?
Offline
Hello Archers,
As @felixonmars said, we are now preparing to set up a new A.R.M service. I've searched but got nothing, so we finally started from scratch.
Currently I have re-wrote the A.R.M server side script using Node.js, and @lilydjwg is working with package & database management, which could boost the new A.R.M server app. Sync script and daily-repo functionality will be done by @felixonmars.
We will contact the author of downgrade script to adopt our new API after we've got green light on our new platform , so that all need to be done by end users is to upgrade their downgrade package.
Of course, we wont lock these scripts and configurations in our brains. I will post a new article about how to make your own A.R.M service so anyone could make it. :-)
Offline