Viewing profile — jhkaghjkga
jhkaghjkga
HN member- Joined
- Sat, Jan 30, 2016, 9:24 AM UTC
- HN karma
- 11
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About jhkaghjkga
No profile information was provided.
Recent public activity
-
comment
Comment #20037537
> What I mean is that there are init systems that only require POSIX compliant APIs Those are irrelevant as they can't even do basic tasks like shutting down the computer or restar…
-
comment
Comment #17041773
So changing an implementation detail how the support for sysvinit scripts for systemd works means they "removed everything they could"? That's a strange way to put it. And if "apt-…
-
comment
Comment #17037439
The main driver behind the initial fork isn't even a sysadmin, but an art student who initiated Devuan as part of an art project and his PhD thesis: https://pearl.plymouth.ac.uk/ha…
-
comment
Comment #17037164
That need is already fulfilled by Debian? Just install sysvinit. (edit:) Also consider that if Debian would stop supporting sysvinit, a distribution adding support for it again wou…
-
comment
Comment #14422345
So they now officially recommend Debian to people who value true init freedom?
-
comment
Comment #11594360
I'm looking forward to Devuan going stable in 2020. But seriously, Devuan had some success with its core mission (drawing away the trolls and conspiracy theorists from Debian). The…
-
comment
Comment #11412720
And at least OpenSuSE and Slackware just patched the warning out already -- probably after getting hit by it in the past. See for example the patch in Slackware: https://slackbuild…
-
comment
Comment #11412628
Because any (possibly security-relevant) update to a library would mean that all software linking it statically has to be rebuilt. In reality that of course doesn't happen, so prog…
-
comment
Comment #11116391
> lose a private key that they generated for me Found your problem: you should never have someone generate a private key for you.
-
comment
Comment #11108574
That's wrong. You can get more than 5 certs/domain: either you have to wait a week (it's 5 certs/domain/week), or you include multiple hostnames in a single certificate (up to 100 …
-
comment
Comment #11001654
To quote the original post: > Unix has a long tradition of doing a `rm -rf /` before reinstalling a system. I don't agree with the people saying "don't do that". So, yes, "traditio…
-
comment
Comment #11001342
So cargo-cult? Doing things out of "tradition" without understanding what they are for?
-
comment
Comment #11001260
What's that supposed to be good for? It certainly doesn't remove any file contents and to get a clean state, surely reformatting would be both easier and quicker?
-
comment
Comment #11001226
Sane distributions don't include that alias by default. Because otherwise people will always use `rm -f` and lose the feature that `rm` asks before removing files marked as read-on…