With using ArchLinux I like systemd and its way of controlling services, but it lacks means to examining logs. I'm currently aware of 'systemctl status <service>' and 'journalctl'. Maybe they are enough and I'm missing the concept.
Announcement
Collapse
No announcement yet.
Debian May Be Leaning Towards Systemd Over Upstart
Collapse
X
-
Originally posted by dh04000 View PostSo how are they going to make the non-linux ports of Debian work? Are they going to add a compatibility layer?
Since launchd work is back commencing under FreeBSD, entitled OpenLaunchd
A launchd(8) port for non-Darwin systems. Contribute to freebsd/openlaunchd development by creating an account on GitHub.
and seeing as their priority is to make it compatible with FreeBSD and Linux I imagine they will want to coordinate with systemd folks to see just how much systemd is inspired from OS X launchd services, and where they can make it compatible between them both.
The more FreeBSD matures, the less I'm interested in Linux, especially seeing as with LLVM/Clang Linux has no LLDB support for ObjC 2.0, and I don't see any plans. Having that is important when one finds iOS/OS X finanically and technically enjoyable.
Comment
-
Originally posted by Attent?ter View Posti don't know if any of you know this but some debian developers are also systemd developerAll opinions are my own not those of my employer if you know who they are.
Comment
-
If systemd becomes the official default, there is sufficient interest among developers and users that there *will* be OpenRC and/or Upstart as alternative init systems available on GNU/Linux. Most likely whatever GNU/kFreeBSD and Hurd end up using. (It's unclear yet whether GNOME would still work without systemd, and a few other bits, but almost anything else you might want on a server or desktop will be just fine).
Comment
-
I have nothing to say against systemd. It is working fine.
My concern is that it is getting bigger and bigger all the time and IMO this is worrysome.
It could be a perfect replacement for sysv init without replacing syslog. I have heard that it is about to replace inetd. What is next?
Add the news that dbus will eventually be moved to the kernel. This goes against the UNIX philosiphy that at its base is a collection of small tools specialized in doing ONE thing well.
With systemd, Linux starts to look like WINDOWZE. So basically, what happens if systemd stops working after an update? By taking such a disproportionnate importance, I'm afraid that it could render a system unusable if something breaks.
With PulseAudio on top of it, by centralizing everything in a single place, that sounds like a terrible catatrosphe waiting to happen. If this gets compromised, linux boxes, will become amazing spying devices knowing everything that the user is doing. I really don't like where this is going!
Comment
-
systemd is actually really good, startup/shutdown times have been severely reduced on my end. My pc shuts down in about 1 second now (from graphical to off), it used to be a lot slower, like 5-10 seconds with normal init scripts.
I also quite like journalctl, I somewhat do miss plain text logs but the advantages really outweigh the disadvantages in my opinion. for instance, each user can see their relevant part of the logs, so you can debug things faster (unless you are root of course, where you see everything). you can also do `journalctl -f`, which is similar to the tail command with the exception that it displays new log entries in real-time (again, good for debugging).
Only major disadvantage is (AFAIK) that other unix like operating systems are unable to use systemd, as it uses linux specific stuff (could also be seen as an advantage, as it uses the maximum capabilities of linux).Last edited by AnonymousCoward; 17 January 2014, 04:35 PM.
Comment
-
Originally posted by dh04000 View PostSo how are they going to make the non-linux ports of Debian work? Are they going to add a compatibility layer?
Comment
-
Originally posted by lano1106 View PostI have nothing to say against systemd. It is working fine.
My concern is that it is getting bigger and bigger all the time and IMO this is worrysome.
It could be a perfect replacement for sysv init without replacing syslog. I have heard that it is about to replace inetd. What is next?
Add the news that dbus will eventually be moved to the kernel. This goes against the UNIX philosiphy that at its base is a collection of small tools specialized in doing ONE thing well.
With systemd, Linux starts to look like WINDOWZE. So basically, what happens if systemd stops working after an update? By taking such a disproportionnate importance, I'm afraid that it could render a system unusable if something breaks.
With PulseAudio on top of it, by centralizing everything in a single place, that sounds like a terrible catatrosphe waiting to happen. If this gets compromised, linux boxes, will become amazing spying devices knowing everything that the user is doing. I really don't like where this is going!
Comment
-
Originally posted by lano1106 View PostI have nothing to say against systemd. It is working fine.
My concern is that it is getting bigger and bigger all the time and IMO this is worrysome.
Originally posted by lano1106 View PostIt could be a perfect replacement for sysv init without replacing syslog. I have heard that it is about to replace inetd. What is next?
Originally posted by lano1106 View PostAdd the news that dbus will eventually be moved to the kernel. This goes against the UNIX philosiphy that at its base is a collection of small tools specialized in doing ONE thing well.
Originally posted by lano1106 View PostWith systemd, Linux starts to look like WINDOWZE. So basically, what happens if systemd stops working after an update? By taking such a disproportionnate importance, I'm afraid that it could render a system unusable if something breaks.
Originally posted by lano1106 View PostWith PulseAudio on top of it, by centralizing everything in a single place, that sounds like a terrible catatrosphe waiting to happen. If this gets compromised, linux boxes, will become amazing spying devices knowing everything that the user is doing. I really don't like where this is going!All opinions are my own not those of my employer if you know who they are.
Comment
Comment