You are not logged in.
Pages: 1
I didn't even know it existed
I think this is correlated to https://dev1galaxy.org/viewtopic.php?id=5213
DandyKenguru wrote:Considering the situation are you going to soon release the updated ISO in which this problem will be fixed?
Yes, it would be an excellent contribution to the Devuan project to refresh any of the various installer ISOs for this.
How can this be accomplished locally?
Well, what a rant. French people deserve their reputation :-D (I'm sorry if you are not French, but it looked very similar. I myself am French.)
You should try MX Linux https://mxlinux.org/ for the desktop if you're not happy with systemd and if you have so many complaints about the work done by volunteers over the years (have you ever tried to contribute?).
I know, I know, sorry about that but it worked for me.
I really do not want to start a flameware but deb.devuan.org wasn't up-to-date ( about https://www.mozilla.org/en-US/security/ … sa2019-18/ ). Maybe it's the case now.
Try the old repository :
deb http://auto.mirror.devuan.org/merged jessie main contrib non-free
deb http://auto.mirror.devuan.org/merged jessie-backports main contrib non-free
deb http://auto.mirror.devuan.org/merged jessie-updates main contrib non-free
deb http://auto.mirror.devuan.org/merged jessie-security main contrib non-free
deb http://auto.mirror.devuan.org/merged ascii main contrib non-free
deb http://auto.mirror.devuan.org/merged ascii-backports main contrib non-free
deb http://auto.mirror.devuan.org/merged ascii-updates main contrib non-free
deb http://auto.mirror.devuan.org/merged ascii-security main contrib non-free
I'm not sure it is the right way but I run docker-ce jessie on devuan ascii instead of docker-ce stretch because of that problem.
Just for my personal case, I need 32 and 64 bit because I have to build executables on both.
Sorry, i did not want to be offensive. I never wanted to make a public mirror. That method just works fine for me for a local private mirror. This works while waiting for the official instructions with rsync and I just wanted others to enjoy it.
If you want to create a devuan mirror with debmirror (for example for jessie) you must modify the debmirror perl script as here :
https://github.com/soohwa/devuan-debmirror
You can find the difference with the original :
https://github.com/soohwa/devuan-debmir … its/master
And mirror with :
https://github.com/soohwa/devuan-debmir … /README.md
debmirror /mirror/devuan/ \
--host=packages.devuan.org \
--arch=i386,amd64 \
--dist=jessie,jessie-backports,jessie-proposed-updates,jessie-security,jessie-updates \
--omit-suite-symlinks \
--diff=none \
--root=merged \
--verbose \
--i18n \
--method=http \
--keyring /mirror/541922FB.bin
541922FB.bin is the public key for devuan repositories.
Pages: 1