1w6 uRPG 1w6 uRPG
  • Anmelden
  • Öffentlich

    • Öffentlich
    • Gruppen
    • Beliebt
    • Verzeichnis

Unterhaltung

Nachrichten

  1. drak drak Free, Libre, and Open Source Software , GNU's Not Unix , Libre , Gentoo Linux™

    12 reasons to boycott #systemd: http://boycottsystemd.org/ !gnu !fs !libre !debian !gentoo #fedora #ubuntu

    Monday, 22-Sep-14 07:32:42 UTC von web
    • inscius, ghostdancer und clacke gefällt das.
    • mcscx mcscx Debian

      @drak do I have a choice of avoiding systemd when I will update from !Debian Wheezy to a newer version ?

      Monday, 22-Sep-14 08:02:22 UTC
    • pztrn pztrn mcscx

      yes, install #gentoo :)

      Monday, 22-Sep-14 08:04:21 UTC
    • drak drak mcscx

      @mcscx If the #debian folks do not break the promises made in the discussion about init systems, then yes wiki.debian.org/Debate/initsystem/

      Monday, 22-Sep-14 08:11:22 UTC
    • mcscx mcscx mk

      @drak good to know (at least some hope).I'd prefer a stable & simple system. @mk did have some systemd-related problems on her recent update

      Monday, 22-Sep-14 08:21:16 UTC
      drak gefällt das.
    • mcscx mcscx pztrn

      @pztrn sure Gentoo is nice, but I maintain some Debian servers & changing to either systemd / Gentoo will need #time etc.

      Monday, 22-Sep-14 08:32:39 UTC
      drak gefällt das.
    • encycl encycl mcscx

      I call #gentoo the baseball of distros. Plenty of time to read & converse between the action.

      Monday, 22-Sep-14 08:35:11 UTC
    • pztrn pztrn mcscx

      @mcscx I have managed around it by using same CFLAGS/CXXFLAGS and distcc, so even my virtual machines are compiling everything fast :)

      Monday, 22-Sep-14 08:37:06 UTC
      drak gefällt das.
    • mcscx mcscx pztrn

      I've been using (almost solely) Debian for ~17 yrs but I might change distro if Debian made systemd mandatory and I dont like it.

      Monday, 22-Sep-14 10:36:37 UTC
      drak gefällt das.
    • mk mk mcscx

      @mcscx I am still yo-yo-ing between liking systemd and not liking it. So, I'm giving it time. I do like Debian a lot...

      Monday, 22-Sep-14 11:26:25 UTC
      drak gefällt das.
    • mk mk mcscx

      @mcscx the thing is, if (once) it works properly, it's invisible and doesn't get in the way. What counts for me most is availability of recent versions of graphics and related software, and the desktop: I can't stand Gnome (especially…

      Monday, 22-Sep-14 11:33:45 UTC
    • mcscx mcscx mk

      @mk from @drak's link I seem to understand systemd involves binary files → bad, while systemv consists of simple scripts & text files→good

      Monday, 22-Sep-14 11:52:23 UTC
      drak gefällt das.
    • mcscx mcscx mcscx , mk

      @mk look at Windows: Startup is complicated,no-one knows what's happening during startup. If it fails you soon have to install from scratch

      Monday, 22-Sep-14 11:54:56 UTC
      drak gefällt das.
    • mcscx mcscx mcscx , mk

      @mk I want a system I can debug, should it fail. It's not enough to me if it "usually works", like windows

      Monday, 22-Sep-14 11:56:14 UTC
      drak gefällt das.
    • dragnucs dragnucs mcscx , mk

      @mcscx @mk @drak Ain't it open source? You can get the source of the file and look at it.

      Monday, 22-Sep-14 12:14:05 UTC
    • mcscx mcscx dragnucs

      @dragnucs source of C programs is already much more complicated than shell scripts. And @drak's link talks about a single point of failure

      Monday, 22-Sep-14 12:20:38 UTC
    • mcscx mcscx mcscx , dragnucs

      @dragnucs if a systemv startup is failing I can comment out lines in scripts, disable scripts (by renaming), etc. It's "intuitive" for me.

      Monday, 22-Sep-14 12:22:25 UTC
    • franko franko mcscx , mk

      @mk @drak @mcscx @pztrn Must cnfess I don't rlly understand init process, but sm of it DOES look scary. How comes evrybdy went for systemd?

      Monday, 22-Sep-14 13:23:17 UTC
    • drak drak Free, Libre, and Open Source Software , GNU's Not Unix , Libre , Gentoo Linux™ , mcscx , pztrn , mk

      @franko @mk @mcscx @pztrn I think the main reasons why debian switched to systemd are raw programmer hours (paid redhat work) and very active advocacy (there’s a youtube video where the main systemd developer attacks a critical speaker with the full arsenal of rhetoric tactics).

      Monday, 22-Sep-14 14:02:14 UTC
    • mk mk franko

      @franko I think any init system by its nature is scary - you not only have to start (and stop, restart, reload etc.) a lot of services, but some of those services can be dependant on each other, and before you know it, you end up with…

      Monday, 22-Sep-14 14:05:50 UTC
    • mk mk franko

      @franko so why does "everyone" go for systemd? My guess is that starting afresh is seen as an opportunity to get rid of the old cobwebs of interrelated processes, possibly forgetting that the init system itself cannot solve the interr…

      Monday, 22-Sep-14 14:08:31 UTC
    • drak drak mk

      @mk #OpenRC offers roughly the same features as #systemd, but with simple enhancements to init scripts instead of NIH NIH. So it’s possible to do this right - but #systemd does not even try. See https://wiki.debian.org/Debate/initsystem/openrc#How_OpenRC_works:_Example_runscript

      Monday, 22-Sep-14 14:16:29 UTC
    • mk mk

      @drak loading that page the first I see is a script using depend() - interesting, but can such a mechanism prevent circular dependencies? I think not. Again: it's the services themselves that need to be taken into account, and possibl…

      Monday, 22-Sep-14 14:31:28 UTC
    • mk mk

      @drak I also read on that page: "The transition should be very easy if we decide to get rid of the old sysv-rc package. Just have sysv-rc become a transition package which depends on OpenRC, and let everyone upgrade." Which clearly de…

      Monday, 22-Sep-14 14:33:41 UTC
    • drak drak mk

      you cannot *prevent* circular dependencies: If A needs B needs A, the system can’t start. You can just try to split up stuff.

      Monday, 22-Sep-14 14:33:44 UTC
    • mk mk

      @drak ha! also on that page I read: "recently, some dependency change in the sysvinit source package made the situation more complicated: ifupdown and openssh-server depends on a version of sysv-rc, which makes it impossible to instal…

      Monday, 22-Sep-14 14:36:27 UTC
    • mk mk

      @drak. *exactly* - you need to split up things, possibly in layers, so that one layer can be in place before the layer on top can load. But the init system cannot do that - only a redesign of the services themselves (and that is way harder than creating just a new init system)

      Monday, 22-Sep-14 14:45:19 UTC
    • drak drak mk

      @mk That sounds as if some backstabbing happened using ifupdown¹ and openssh-server to hurt openrc. ¹: Anthony Towns was Release Engineer at Red Hat.

      Monday, 22-Sep-14 15:23:20 UTC
    • larjona larjona Debian , mcscx

      @mcscx the technical committee expects that maintiners support the other init systems too. See http://www.debian.org/devel/tech-ctte

      Monday, 22-Sep-14 15:29:37 UTC
      drak gefällt das.
    • ericj ericj Debian , mcscx

      @mcscx For what it's worth, I installed #Debian netinstall recently, it never asked for my preferred init system.

      Monday, 22-Sep-14 15:38:45 UTC
    • mk mk

      @drak there are still things I don't understand ;-) what I also don't understand is applications* having a direct dependency on systemd. But I'm not really going to dive in in an effort to understand all this in detail - I've read eno…

      Monday, 22-Sep-14 17:39:36 UTC
      drak gefällt das.
    • mcscx mcscx Debian , ericj

      @ericj did you choose Expert Installation? And did you end up with, systemd?

      Monday, 22-Sep-14 18:54:02 UTC
      drak gefällt das.
    • mcscx mcscx Debian , larjona

      @larjona I trust !Debian will keep supporting the sysv startup, otherwise there'd be a problem with Debian GNU/kFreeBSD + HURD.

      Tuesday, 23-Sep-14 18:14:17 UTC
      drak gefällt das.

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Hilfe
  • Über
  • FAQ
  • AGB
  • Privatsphäre
  • Quellcode
  • Version
  • Kontakt

1w6 uRPG ist ein Mikrobloggingdienst von Arne (Drak) Babenhauserheide. Es wird mit der Mikrobloggingsoftware StatusNet (Version 1.1.1-release) betrieben, die unter der GNU Affero General Public License erhältlich ist. The running version includes the patches from draketo.de/proj/statusnet-patches.

Creative Commons Attribution 3.0 Alle Inhalte und Daten von 1w6 uRPG sind unter der Creative Commons Attribution 3.0 Lizenz verfügbar.