Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:The pain isn't in the switch (Score 1) 347

What's to configure?

systemd complains that starting Apache fails and shows the service as stopped but the process actually starts and Apache is working just fine, systemd apparently just doesn't know it?

You were using the standard Debian sysvinit scripts before, and they worked, you're using the standard Debian apache2 service, it should just work. If it doesn't that's a bug. (Actualy, looking at it, apache2 is still using the init script -- there is no apache2.service).

What does systemctl status apache2 show?

Comment Re:I like how this got marked troll (Score 2) 347

It's a fact that the fix for corrupt logs, which systemd will often corrupt if you power-cycle your system, is to delete them and throw them away. https://lwn.net/Articles/621453/ https://lists.fedoraproject.org/pipermail/devel/2013-July/185702.html

No, it's not a fact. If the log file is corrupt journald rotates it. It doesn't "delete it and throw it away".

Comment Re:The pain isn't in the switch (Score 1) 347

In this case, the systemd detractor claims that systemd's log files become unreadable when they're corrupted . But the systemd supporter claims that the log files are readable with journalctl. Unfortunately, the supporter does not mention whether journalctl still works when the binary log file is corrupted . So, the systemd supporter may not be addressing the original concern of the detractor. Can somebody fill in the missing details?

The theory is:

Now, of course, having corrupted files isn't great, and we should make sure the files even when corrupted stay as accessible as possible. Hence: the code that reads the journal files is actually written in a way that tries to make the best of corrupted files, and tries to read of them as much as possible, with the the subset of the file that is still valid. We do this implicitly on every access.

https://bugs.freedesktop.org/show_bug.cgi?id=64116#c3

Comment Re:The pain isn't in the switch (Score 1) 347

Bug report: Logs keep getting corrupted and cannot read them at all
Rejected with reason: Delete the corrupted logs and move on
SystemD - works well when it works, fails spectacularly when it fails.

Except that isn't the bug report at all.

The real one was Bug 64116 - How does one fix journal corruptions?.

It was closed "RESOLVED NOTABUG" because you don't need to fix journal corruptions -- journalctl can read the corrupt files and journald rotates the file it's writing if corruption is detected. Nobody suggested you delete the logs.

Comment Re:Unbelievable. (Score 2) 180

TI-83 is a scam run on Schools, Students and Teachers. There are books written on how to do math on THIS calculator. They don't teach math, they teach math on this Calculator.

True.

Here in France a huge effort was made to break the TI monopoly, and now we are allowed to use one crappy, expensive Casio as an alternative to the crappy, expensive TI.

Meanwhile all kids have a phone with more compute power than a Cray-1.

Slashdot Top Deals

The moon is made of green cheese. -- John Heywood

Working...