This is a very good initiative. But linking "GNUisms" to the communist party website is just dumb.
Uselessd
31–40 of 60 posts
Re: Uselessd
#32Earlier quoted context omitted.
I googled "libqrencode". Is it really QR code encoding?
Yep. It's because when you kernel panic most people do not feel like typing stuff off a screen. If you have a QR code on your monitor however you can easily scan it and it contains all the info about what is wrong. That's a pretty good feature if you ask me.
Re: Uselessd
#33I do not want to spend the time to learn new things unless they are directly related to my work. So systemd was a PITA for me, but now I am fine with it (BTW, I have used UNIX since the late 60's so have seen a lot). This project looks great, but I do not have the energy to care, I will just deal with whatever comes with my distro. By the way, pick a better name. I suspect many OSS and home grown projects fail for th…
Re: Uselessd
#34Earlier quoted context omitted.
I googled "libqrencode". Is it really QR code encoding?
Yep. It's because when you kernel panic most people do not feel like typing stuff off a screen. If you have a QR code on your monitor however you can easily scan it and it contains all the info about what is wrong. That's a pretty good feature if you ask me.
systemd has libqrencode integration, in order to, if I recall correctly, display a QR code when you generate FSS keys from journalctl.
Re: Uselessd
#35This is a very good initiative. But linking "GNUisms" to the communist party website is just dumb.
(Don't get me wrong, I don't want to flame, I use GNU tools on a daily basis. Just when you know what they mean, the rather unexpected link is pretty funny.)
Re: Uselessd
#36This is a very good initiative. But linking "GNUisms" to the communist party website is just dumb.
Yeah, I'm not criticising it, but I expected an actual example .
We have notes in our Bitbucket source.
Re: Uselessd
#37This is a very good initiative. But linking "GNUisms" to the communist party website is just dumb.
Re: Uselessd
#38http://www.reddit.com/r/linux/comments/2k5b7e/the_concern_is...
"The concern isn’t that systemd itself isn’t following the UNIX philosophy. What’s troubling is that the systemd team is dragging in other projects or functionality, and aggressively integrating them."
Re: Uselessd
#39The documentation reminds me a lot of Emacs's "ANTINEWS", listing all the functionality you lose by downgrading to the previous version of Emacs. Except in this case, it's actually a "NEWS" file, showing all the functionality you lose by downgrading from systemd to uselessd.
> Certain superfluous unit types removed, namely devices, timers, swaps, mounts and automounts.
So under uselessd a service or socket file cannot depend on the presence of certain mounts, for instance (RequiresMountsFor=). Nor can a service run maintenance tasks periodically with supervision on the maintenance task, and with all the privilege-dropping, isolation, and security features easily accomplished with a systemd service. (And even if a cron implementation implemented such features, they'd work gratuitously differently from systemd services.) Nor can the availability of a device trigger the reliable, monitored launch of a service with all those same systemd features.
> Setup routines for various MAC/ACL systems, including SMACK, IMA and SELinux, are gone. We want to stick to a more clearly defined purpose, one that is agnostic of such elements. Nonetheless, we have retained SELinux access routines in D-Bus APIs and unit options for SMACK attributes in socket unit files to respect existing configurations.
So anyone who actually wants to use such security systems is screwed, then. Good thing Linux isn't about choice.
> systemd-fsck has been replaced with a service file that starts /sbin/fsck to fsck devices. In essence, this isn’t much different from what systemd-fsck already did, but with the overhead of a middle man executable interfacing with /sbin/fsck cut out. This also means that the systemd-defined sysctl parameters for its fsck are gone, and you should use the old ones (/forcefsck, etc.) instead.
So now, in order to force a check of a filesystem on reboot, you must write to that filesystem, potentially doing further damage to it.
Re: Uselessd
#40This is a very good initiative. But linking "GNUisms" to the communist party website is just dumb.
It might be unprofessional in this context, but it did make me smile. The GNU project's political dedication is vital to the OSS world, but quality of code, documentation and usability often do feel like an afterthought. The minimalism of the BSDs, for example, always is a refreshing contrast. (Don't get me wrong, I don't want to flame, I use GNU tools on a daily basis. Just when you know what they mean, the rather u…