https://bbs.archlinux.org/viewtopic.php ... 8#p1875978Does anyone know whether MX Linux has adopted systemd-shim project and will act as upstream for it ?
Are the sources for the MX linux systemd-shim packages published somewhere ?
MX multi-init setup --> Arch Linux
MX multi-init setup --> Arch Linux
On Arch Linux there is a discussion to have a multi-init setup with systemd. I introduced MX which coexist with systemd and sysVinit through systemd-shim. Also posted a sample how it works. Lone_Wolf who started this topic, is asking:
- anticapitalista
- Developer
- Posts: 4315
- Joined: Sat Jul 15, 2006 10:40 am
Re: MX multi-init setup --> Arch Linux
Source is here: https://github.com/MX-Linux/systemd-shim
anticapitalista
Reg. linux user #395339.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - lean and mean.
https://antixlinux.com
Reg. linux user #395339.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - lean and mean.
https://antixlinux.com
- dolphin_oracle
- Developer
- Posts: 22801
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX multi-init setup --> Arch Linux
I would be very happy to get more eyes on that system-shim package.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: MX multi-init setup --> Arch Linux
I had no idea MX was using a modified systemd.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400
- Head_on_a_Stick
- Posts: 919
- Joined: Sun Mar 17, 2019 3:37 pm
Re: MX multi-init setup --> Arch Linux
The MX version of systemd is also old and lacks this fix: https://security-tracker.debian.org/tra ... 2019-15718
A few other things have been corrected in the version bump since MX added the epoch to their package: https://metadata.ftp-master.debian.org/ ... _changelog
mod note: Signature removed, please read the forum rules
- dolphin_oracle
- Developer
- Posts: 22801
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX multi-init setup --> Arch Linux
Yep. Patches are required to make it work with the shim package.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: MX multi-init setup --> Arch Linux
Not clear how to build.... "ln -s debian/patches" is in /systemd-shim-master not /systemd-shim..... systemd-shim.git and systemd-shim-master.zip.
https://github.com/MX-Linux/systemd-shim
https://github.com/MX-Linux/systemd-shim
Re: MX multi-init setup --> Arch Linux
Hopefully, I can just add the new Debian security patches to the MX version to make them equivalent.Head_on_a_Stick wrote: Fri Dec 06, 2019 12:49 amThe MX version of systemd is also old and lacks this fix: https://security-tracker.debian.org/tra ... 2019-15718
A few other things have been corrected in the version bump since MX added the epoch to their package: https://metadata.ftp-master.debian.org/ ... _changelog


Re: MX multi-init setup --> Arch Linux
Does anyone know exactly what four patches are meant here for the MX systemd?
But I end up with five, not four...
, and the debian file in github has no MX stanza in the changelog file at all.
Let me see if the version in our repo has any hints.
I'm guessing it's these four, and commenting them as such in the debian/patches/series file:Propped forward 4 patches from old systemd that were removed when systemd-shim was removed
Code: Select all
# Following patches restore compatibility with systemd-shim as on MX
debian/Make-logind-hostnamed-localed-timedated-D-Bus-activa.patch
debian/Start-logind-on-demand-via-libpam-systemd.patch
debian/Make-sd_login_monitor_new-work-for-logind-without-sy.patch
debian/Restore-old-user-runtime-path-functionality.patch
debian/don-t-try-to-start-autovt-units-when-not-running-wit.patch



Let me see if the version in our repo has any hints.