Slashdot Mirror


User: Eunuchswear

Eunuchswear's activity in the archive.

Stories
0
Comments
6,176
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,176

  1. Re:The actual discussion is Desktop vs Server on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    Why? What will stop it working?

    "Once Debian switches over to systemd" -- It already has for Jessie, and that command does work in Jessie.

  2. Re:The actual discussion is Desktop vs Server on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    Here's a little hint.

    If you don't want systemd on your Debian servers then install sysvinit.

    # apt-get install sysvinit-core systemd-shim systemd-sysv-

    That was hard, wasn't it?

  3. Re:Does it work? on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    If you are gray beard with 20 years of Unix admin experience you are probably reading this with cherry red face with anger as IT DOES NOT WORK WITH MY SCRIPTS!!

    But it does. systemd runs sysvinit scripts just fine.

  4. Re:Contrary to opinion... on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    Of course that's a minor issue compared to the one that systemd throws away log messages so there is nothing to find in the first place. It is a security nightmare. From dealing with Red Hat's (expensive) support, it sounds like they're also fed-up with systemd-created problems. We had a simple problem that should have taken thirty seconds to fix if systemd hadn't swallowed the stderr output and thrown away the syslog messages. Instead, I had two guys waste half a day on it, and it took Red Hat about three hours to figure it out.

    And you managed to do that while leaving no visible trace of the bug report.

    Interesting.

  5. Re:fvwm is what I use, anyway on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    Except be tiny (seriously, systemd is over an order of magnitude larger than initd!), be portable to non-x86 systems

    Uh, systemd runs on my phone. That's arm based, not x86.

  6. Re:fvwm is what I use, anyway on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    systemD, constantly restarts all three services. filling up log files, and grinding the system to a halt.

    If the user didn't want systemd to restart the services he shouldn't have told systemd to restart the services. It's not the default.

  7. Re:Pointless on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    Slackware is a Linux distribution created by Patrick Volkerding in 1993

    Nope, not 30 years.

  8. Re:Good luck when it breaks on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    The problem also doesn't exist in CentOS 7 (installed Friday).

    And nobody seems to have reported it as a bug (which it clearly is).

  9. Re:Good luck when it breaks on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    On the laptop I'm posting from (Debian Sid):

    # journalctl -p 0..3|wc -l
    304

    On the CentOS 7 I set up to see if I could duplicate these problems:

    [root@centaur ~]# cat /etc/redhat-release
    CentOS Linux release 7.0.1406 (Core)
    [root@centaur ~]# journalctl -p 0..3 | wc -l
    7

    There is obviously something wrong with your system. Have you reported a bug?

  10. Re:Choice is good. on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    What about the loudmouths that created the systemd mess that throws away stderr, ignores higher priority syslog messages, and doesn't honor exit statuses?

    On any system I've been able to try (CentOS 7, Debian Sid/Jessie) systemd does not throw away high priority syslog message and systemd correctly logs stderr to the journal.

    Nobody has ever reported any of these strange behaviours as bugs (that I can find). If anyone does have a bug report that they could point me at, please do.

    The complaint about "honoring exit codes" is simply user error. If the same startup task is run on sysvinit then the exit code is also ignored.

    #!/bin/sh
     
    case $1 in
        start)
            # launch broken_sysvinit
            broken_sysvinit &
        *)
            # ...
    esac

  11. Re: Choice is good. on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    Systemd and libsystemd0 are not bad in itself, although there is some sloppy programming, but it's the depedency chain that is bad. A lot of things need systemd in the next release and it will soon be impossible to run debian without it.

    No. One Debian package needs systemd -- gummiboot.

    libsystemd0 does nothing if systemd is not pid1.

    lkcl "actually worked hard and risked destroying [his] business by losing access to all data on a critical business laptop" for nothing. (And he seriously needs to learn to mount a scratch monkey).

  12. Re:Choice is good. on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    You might have even gone the extra mile and subscribed to their mailing list where you would see actual progress being made.

    I read the DNG archives. Can't exactly say I see a lot of "actual progress". But since the task they have taken on is more or less trivial (Luke seems to have done it on his own) I don't know what I'd expect to see.

  13. Re:dafuq? on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    It clearly is about systemd. Here's another hint: what is libsystemd about? That's right: systemd.

    No. libsystemd0 is about interfacing to systemd if systemd is pid 1. If systemd is not pid 1 then libsystemd0 is a no-op.

    Luke has put himself to a lot of hard work to remove a no-op.

  14. Re:Choice is good. on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    This article isn't even about systemd. You can fairly easily use Debian without systemd. This is about libsystemd which is a small library for interfacing with systemd if it is installed. It doesn't depend on systemd so you can have it installed without having systemd itself installed.

    lkcl (Luke) also goes about it the hard way -- why didn't he just make a dummy libsystemd0 that satisfies the dependencies but does nothing?

    Of course even that is more work than is really needed -- as you point out libsystemd0 is pretty much a dummy package if systemd isn't installed.

    There seems to be some strange fear of systemd cooties going on.

  15. Re:Looks like a false flag comment. on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    I'm pretty sure some of the "pro-systemd" stuff from AC's is actually trolls. (You know, the crazy "stderr is for losers" rubbish).

    I bet a lot the the "Fuck Lennart" stuff is trolls too.

  16. Re:Choice is good. on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    There are CONSTANT statements that if you do not use systemd you will not be able to use primary Linux distros in the future, because all software will supposedly be gobbled up by it as a dependency... To try and now make out like those dont exist is pretty silly.

    There certainly are.

    And they mostly come from people on the anti-systemd side.

  17. Re:Pulseaudio misconceptions on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    I know the bug I filed was ignored, and I included good reproduction steps.

    What bug was that? If you don't provide a link we can't see what the problem was.

    I don't know why I bother posting this. I doubt the AC posted a bug report.

    I bet if there is any answer it will be some paranoid claim about the bug being deleted from Bugzilla (which would mean hacking the database by hand).

  18. Re:Pulseaudio misconceptions on Removing Libsystemd0 From a Live-running Debian System · · Score: 1

    Now indeed, for an init system, it's a bit more complicated to leave complete choice to the end user. Some specialist distro like Gentoo are able to offer you to switch between their default OpenRC and whatever you want.
    But the amount of work and risk of bugs in untested paths is rather high. So don't expect other distros to offer instant switch between systemd and upstart.

    What is Debian? Chopped liver?

    sudo apt-get install sysvinit-core systemd-shim systemd-sysv-

    Or...

    sudo apt-get install upstart systemd-shim systemd-sysv-

    http://crunchbang.org/forums/viewtopic.php?id=37871

  19. Re:Linux distros on Wayland 1.7.0 Marks an Important Release · · Score: 1

    Which version of RHEL? I've tried all the things that are supposed to be a problem on CentOS 7, and they all work without a problem.

    I've searched for bug reports or mailing list messages about these problema and can't find any.

    The whole "systemd throws away log messages" idea is endlessly repeated by AC's who never reply to honest questions and http://slashdot.org/~greenwow who is some kind of insane troll (check his comment history if you don't beieve me)..

  20. Re: Linux distros on Wayland 1.7.0 Marks an Important Release · · Score: 1

    the number.

    what was the bug number.

  21. Re:Linux distros on Wayland 1.7.0 Marks an Important Release · · Score: 1

    One of the huge problems I have is that when others try the examples given they find:

    systemd does log high priority messages
    systemd does not ignore stderr
    systemd does not ignore exit codes.

  22. Re:Linux distros on Wayland 1.7.0 Marks an Important Release · · Score: 1

    What was the bug#

  23. Re:Linux distros on Wayland 1.7.0 Marks an Important Release · · Score: 2

    This is fun -- a troll is pretending to be me.

    It was me that made the [incorrect] suggestion about Type=forking.

  24. Re:Linux distros on Wayland 1.7.0 Marks an Important Release · · Score: 0

    Kids? I'm 55 years old you cretin.

  25. Re:Wow, the moderation here is now crap on Is Modern Linux Becoming Too Complex? · · Score: 1

    Tomorrow I'm having my best developer look at the source to systemd from https://github.com/systemd/systemd.git and I'm going to see if he can track down the problem.

    Please ask your best developer to look at /etc/init.d/mongod and /etc/rc.d/init.d/functions.

    I think you'll find that it's the mongod init script and the CentOS/RedHat svsvinit functions that are redirecting stderr, systemd is never getting the message.