Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] systemd & siduction  (Read 8663 times)

hefee

  • Guest
[EN] systemd & siduction
« on: 2013/01/30, 14:25:26 »
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.

Offline spacepenguin

  • User
  • Posts: 862
    • spacepenguin.de
systemd & siduction
« Reply #1 on: 2013/02/09, 13:54:36 »
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

Offline agaida

  • User
  • Posts: 1.760
    • http://g-com.eu
systemd & siduction
« Reply #2 on: 2013/02/09, 14:27:50 »
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

Offline spacepenguin

  • User
  • Posts: 862
    • spacepenguin.de
systemd & siduction
« Reply #3 on: 2013/02/09, 15:17:27 »
Lennartware? ;) Like pulseaudio?
Susan | Hardware: SysProfile
Music-Profile: http://www.last.fm/de/user/spacepengu

Offline agaida

  • User
  • Posts: 1.760
    • http://g-com.eu
systemd & siduction
« Reply #4 on: 2013/02/09, 15:25:50 »
Es kann nur einen geben...

https://bbs.archlinux.de/viewtopic.php?pid=286780#p286780 fortfolgend.
There's this special biologist word we use for "stable". It's "dead". ~ Jack Cohen

Offline spacepenguin

  • User
  • Posts: 862
    • spacepenguin.de
systemd & siduction
« Reply #5 on: 2013/02/10, 13:16:59 »
Pöse.... ;)
Susan | Hardware: SysProfile
Music-Profile: http://www.last.fm/de/user/spacepengu

Offline ralul

  • User
  • Posts: 1.814
systemd & siduction
« Reply #6 on: 2013/02/10, 16:42:55 »
Lennart and shortly visible Kai Sievers:
Code: [Select]
wget \
http://ftp.heanet.ie/mirrors/fosdem-video/2013/maintracks/Janson/systemd,_Two_Years_Later.webm


not looked into it yet:
Code: [Select]
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

Offline ralul

  • User
  • Posts: 1.814
systemd & siduction
« Reply #7 on: 2013/02/10, 20:15:41 »
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

Offline DeepDayze

  • User
  • Posts: 457
Re: systemd & siduction
« Reply #8 on: 2013/02/10, 20:58:42 »
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

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
RE: Re: systemd & siduction
« Reply #9 on: 2013/02/10, 21:35:31 »
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, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline ralul

  • User
  • Posts: 1.814
RE: Re: systemd & siduction
« Reply #10 on: 2013/02/10, 22:39:27 »
@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

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
RE: Re: systemd & siduction
« Reply #11 on: 2013/02/10, 23:40:29 »
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, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline DeepDayze

  • User
  • Posts: 457
Re: RE: Re: systemd & siduction
« Reply #12 on: 2013/02/11, 01:18:35 »
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

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
RE: Re: RE: Re: systemd & siduction
« Reply #13 on: 2013/02/11, 02:28:25 »
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, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline DeepDayze

  • User
  • Posts: 457
Re: RE: Re: RE: Re: systemd & siduction
« Reply #14 on: 2013/02/11, 02:42:45 »
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