11 ms·
It's quite an audacious release note. As if millions of users are suddenly going to forget about cat, head, tail, more, less, grep, awk, sed, fmt, etc. etc. tha
by brokenparser 13y ago
It's quite an audacious release note. As if millions of users are suddenly going to forget about cat, head, tail, more, less, grep, awk, sed, fmt, etc. etc. that are only still useful if you learn how to journalctl and convert those binary logs back into plain text.
I'd like to install Fedora 20 and use it as my main desktop, but both systemd and journald will somehow have to be avoided and worked around because I don't want to touch those with a ten foot pole.
As far as mainstream Linux distributions go, it's like choosing between 2 evils nowadays:
* Ubuntu: decent base system, lousy desktop
* Fedora: lousy base system, decent desktop
The former is almost fixed by Elementary OS, but the latter I'm still looking for a spin or derivative that fixes it. What attracts me most to these mainstream distributions is the vast amount of available packages and their ease of maintenance.
- reidrac 13y agoI don't usually have the need to check syslog in my desktop, unless I'm doing development, and in that case I will install syslog-ng (and systemctl enable syslog-ng). Not a big deal. As for servers, I wouldn't use Fedora. Each release is supported for only 13 months and upgrades are not as seamless as in Debian. So for me Fedora is a very decent desktop if you want the new shinies with ease of use. Most of the time works and it's great (even with the "Gnome 3 surprise factor", that keep _breaking_ things every now and then).
- cones688 13y ago> As for servers, I wouldn't use Fedora. That's what RedHat (or CentOS) is for...
- brokenparser 13y agoOr Scientific Linux.
- rwmj 13y agoYou can do "yum install rsyslog". However I agree that it shouldn't have been removed.
- brokenparser 13y agoThat's nice, but can you "yum install upstart"?
- rwmj 13y agoNo. Why would you want to? Upstart is inferior to systemd in every way and if Fedora supported both then it would have to test every package that contained a daemon twice.
- brokenparser 13y agoBecause upstart is easy and systemd is difficult.
- anonymouscowar1 13y agoLinux is hard, let's go shopping!
- astrodust 13y agoRemoving upstart is a feature. systemd is not hard, it's just different. Those configuration files are a lot easier to generate and get working correctly.
- brokenparser 13y agoAs a user, I can't tell what service is started when by which config file and where it should go. multi-user.target.wants? default.target.wants? Why are there windows-style .ini files and why are they all symlinks to /usr? Is it forbidden to make changes now? Really, RedHat? It just baffles me whenever I look at it.
- bkor 13y agoYou're just grasping at straws.
- gizzlon 13y ago> * Ubuntu: decent base system, lousy desktop You mean the unity stuff? I installed the KDE Desktop package and it's great and works great =)
- keithpeter 13y agoXubuntu is very nice as well (13.10). I'm dual booting with Debian 7 XCFE to try to reverse engineer the font rendering on Xubuntu which is much nicer to my eyes.
- groks 13y ago> As if millions of users are suddenly going to forget about cat, head, tail, more, less, grep... $ grep shiz /var/log/messages grep: /var/log/messages: No such file or directory WTF? $ ls /var/log README dnf.log wtmp Xorg.log.0 ... $ head /var/log/README You are looking for the traditional text log files in /var/log, and they are gone? Here's an explanation on what's going on: Crisis averted!
- bkor 13y agoMillions of users will have "Logs", an UI for the journal. Because journal logs more and allows more things, the UI will be more useful. Easy to do with journal (log attributes with each message), impossible with "/var/log/messages".
- darkarmani 13y agoYou mean a CLI-UI?
- hdevalence 13y agoYeah, it's got a really handy CLI interface, called journalctl.
- bkor 13y agoThe original person (maybe you, too lazy to check) was worried about millions of users. So I talked about a GUI, not a CLI. The CLI has existed for a long time as mentioned by someone else.
- darkarmani 13y agoAre you talking about this quote? > As if millions of users are suddenly going to forget about cat, head, tail, more, less, grep, awk, sed, fmt, etc. etc. that are only still useful if you learn how to journalctl and convert those binary logs back into plain text. How does one use a GUI with cat, head, tail, more, less, grep, awk, etc? If they are needing to use normal unix commands, why could you think they have access to a UI?