Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

From the systemd source code

Here you can discuss every aspect of Debian. Note: not for support requests!
Message
Author
User avatar
edbarx
Posts: 5401
Joined: 2007-07-18 06:19
Location: 35° 50 N, 14 º 35 E
Been thanked: 2 times

Re: From the systemd source code

#31 Post by edbarx »

tomazzi wrote:Actually I've reported 3 key design bugs to systemd developers. (links can be found on this forums)

One of the key RedHat devs couldn't understand what the hell I was talking about - because He didn't even understand the manpage for kill(2) ... not even funny...
Lennart P. on the other hand, said that he would accept "a patch" which will fix the problem: systemd is not able to catch its own stack overflows (among other things) - but "The patch" would need to rewrite systemd core from scratch.
If I understand well, this post fragment by tomazzi confirms that Lennart Poettering himself was receptive to tomazzi's criticism of systemd.

For me, this is an opinion changer, while I still hold that systemd should be improved. I approve of all the efforts by tomazzi to put things right with systemd.
Debian == { > 30, 000 packages }; Debian != systemd
The worst infection of all, is a false sense of security!
It is hard to get away from CLI tools.

User avatar
thanatos_incarnate
Posts: 717
Joined: 2012-11-04 20:36

Re: From the systemd source code

#32 Post by thanatos_incarnate »

Other software not being held up to a higher standard as systemd is no excuse for it to have sloppy programming. But xorg is being audited by several parties (xorg internal or external), it's just too old and too convoluted to be fixed. This is why people rather contribute to wayland. Should systemd become equally as convoluted and unmaintainable, it's hopefully going to be replaced by something better. So, let's fix the bugs while they are still small or, as tomazzi suggests, rewrite it, because it's probably going to be harder to rewrite it 5 years from now.

somebodyelse
Posts: 231
Joined: 2015-05-24 17:15

Re: From the systemd source code

#33 Post by somebodyelse »

^ Do it, man.

millpond
Posts: 698
Joined: 2014-06-25 04:56

Re: From the systemd source code

#34 Post by millpond »

thanatos_incarnate wrote:Other software not being held up to a higher standard as systemd is no excuse for it to have sloppy programming. But xorg is being audited by several parties (xorg internal or external), it's just too old and too convoluted to be fixed. This is why people rather contribute to wayland.
This deserves a topic of its own.

fogpipe
Posts: 37
Joined: 2015-09-18 21:53

Re: From the systemd source code

#35 Post by fogpipe »

bdtc1 wrote:Scanning comments from the Jessie version of a few random systemd files:



From mount.c:

Code: Select all

                /* FIXME: we need to do something here */
This has me wondering it this explians all the partition mix ups i have dealt with since i installed stretch recently. I have never before had to resort to UUIDs to mount drives.

Post Reply