systemd & siduction

Started by hefee, 2013/01/30, 14:25:26

Previous topic - Next topic

hefee

Hey,

for all who want to test systemd:

 * install systemd
 * add init=/bin/systemd in the grub parameter

ready.

Yes it is that simple. And the best: You don't have to remove sysvinit. So if systemd doesn't work like expected, than you can remove the grub parameter and boot with sysvinit.

With 44-8 also full encryped systems (LUKS+LVM) are supported. The mantainers plan is to get systemd to the point, that it is a fully supported initsystem.

spacepenguin

What are the advantages of systemd over sysvinit from a user's point of view?
Susan | Hardware: SysProfile
Music-Profile: http://www.last.fm/de/user/spacepengu

agaida

systemd has a few nice advantages:
* can start stop services parallel
* prevent race conditions
* better dependencies as systemv

With the use of systemd started via kernelparameter you can test it without fear. If it works - ok, if not remove the parameter. The disadvantages atm are:
* Systemd isn't mature. It's under heavy development but should be now in a usable state.
* it's Lennartware
There's this special biologist word we use for "stable". It's "dead". ~ Jack Cohen

spacepenguin

Lennartware? ;) Like pulseaudio?
Susan | Hardware: SysProfile
Music-Profile: http://www.last.fm/de/user/spacepengu

agaida

There's this special biologist word we use for "stable". It's "dead". ~ Jack Cohen

spacepenguin

Susan | Hardware: SysProfile
Music-Profile: http://www.last.fm/de/user/spacepengu

ralul

Lennart and shortly visible Kai Sievers:
wget \
http://ftp.heanet.ie/mirrors/fosdem-video/2013/maintracks/Janson/systemd,_Two_Years_Later.webm


not looked into it yet:
wget \
http://ftp.heanet.ie/mirrors/fosdem-video/2013/crossdistro/systemd_in_Debian.webm
experiencing siduction runs better than my gentoo makes me know I know nothing

ralul

Watching "systemd_in_Debian.webm"
it is all about SysV compatibility. Main reason: Bsd Kernel in Debian. As
Tollef Fog Heen
Michael Biebl
point out: There is nobody using Gnome with a bsd kernel. Thus they will drop support for Gnome-3.8 running with Bsd kernels following the release of Debian-wheezy.

An interesting point of the first lecture (Lennart): He mentions lvm ruins systemd booting performance. Therefore he showed an extra "show-case" installation booting a fedora stripped of lvm.
experiencing siduction runs better than my gentoo makes me know I know nothing

DeepDayze

Quote from: "ralul"Watching "systemd_in_Debian.webm"
it is all about SysV compatibility. Main reason: Bsd Kernel in Debian. As
Tollef Fog Heen
Michael Biebl
point out: There is nobody using Gnome with a bsd kernel. Thus they will drop support for Gnome-3.8 running with Bsd kernels following the release of Debian-wheezy.

An interesting point of the first lecture (Lennart): He mentions lvm ruins systemd booting performance. Therefore he showed an extra "show-case" installation booting a fedora stripped of lvm.

So LVM sort of breaks systemd? Not exactly a good thing so maybe systemd needs to become aware of LVM based systems then

dibl

I wonder whether BTRFS has the same issue as LVM. If not, and BTRFS can be declared "stable", then LVM can be deprecated. Probably way out there in the future, though.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

ralul

@DeepDayze, LVM is not breaking the system but slowing down the boot. And yes, the future is BtrFs. I wonder if the delaying of "stable" BtrFs is due to including new features?
experiencing siduction runs better than my gentoo makes me know I know nothing

dibl

BTRFS fsck and scrub are working today, and defrag is possible if you are worried about it.  So I don't know what we are waiting for to call BTRFS stable.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

DeepDayze

Quote from: "dibl"BTRFS fsck and scrub are working today, and defrag is possible if you are worried about it.  So I don't know what we are waiting for to call BTRFS stable.

Has anyone tried testing it out with various scenarios such as power failure, copying big files around, resizing partitions, etc?

Filesystem issues can be hard to debug IMO

dibl

I have not had a power failure, but I have had 3 or 4 hard crashes as we discussed on the other thread.  I have 2 WD hard drives in a BTRFS filesystem, and today I ran fsck and scan on that filesyestem -- it reported zero errors.  So I think it is pretty stable and robust.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

DeepDayze

Quote from: "dibl"I have not had a power failure, but I have had 3 or 4 hard crashes as we discussed on the other thread.  I have 2 WD hard drives in a BTRFS filesystem, and today I ran fsck and scan on that filesyestem -- it reported zero errors.  So I think it is pretty stable and robust.

If all your data is there and not corrupted even after heavy use then that's a good thing