Code:
sudo pacman -Sy rsyslog
:: Synchronizing package databases...
core is up to date
extra is up to date
resolving dependencies...
looking for inter-conflicts...
:: rsyslog and syslog-ng are in conflict. Remove syslog-ng? [y/N] y
Code:
sudo pacman -Sy runit-scripts
:: Synchronizing package databases...
core is up to date
extra is up to date
warning: runit-scripts-2.1.1-66 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (1): runit-scripts-2.1.1-66
Total Download Size: 0.00 MB
Total Installed Size: 0.58 MB
Proceed with installation? [Y/n] Y
Code:
remove_service.sh syslog-ng
Code:
add_service.sh rsyslog
rsyslog is already present
Immediately there was a folder /var/log/2012-12-08. Thanks! Oddly, the LinHES_mythbackend.1710.log file is already 40k and growing. Lots of lines like:
Code:
2012-12-08T11:27:41.300199-06:00 LinHES mythbackend[1710]: I ProcessRequest ringbuffer.cpp:1086 (WaitForAvail) RingBuf(/myth/tv/2039_20121208100616.mpg): Waited 0.2 seconds for data #012#011#011#011to become available... 127016 < 196608
I think I'll reboot in case the verbosity is set too high or something.
Edit:
Nope, in the 20 minutes since I rebooted:
Code:
ls -l
total 516
-rw-r--r-- 1 root root 443 Dec 8 11:30 LinHES_acpid.log
-rw-r--r-- 1 root root 198 Dec 8 11:30 LinHES_apcupsd.log
-rw-r--r-- 1 root root 554 Dec 8 11:30 LinHES_exportfs.log
-rw-r--r-- 1 root root 63946 Dec 8 11:30 LinHES_kernel.log
-rw-r--r-- 1 root root 69593 Dec 8 11:35 LinHES_messages.log
-rw-r--r-- 1 root root 47524 Dec 8 11:29 LinHES_mythbackend.1710.log
-rw-r--r-- 1 root root 167573 Dec 8 11:49 LinHES_mythbackend.1724.log
-rw-r--r-- 1 root root 32073 Dec 8 11:34 LinHES_mythfrontend.0.log
-rw-r--r-- 1 root root 1023 Dec 8 11:29 LinHES_mythfrontend.17308.log
-rw-r--r-- 1 root root 41517 Dec 8 11:46 LinHES_mythfrontend.2236.log
-rw-r--r-- 1 root root 4953 Dec 8 11:30 LinHES_mythmetadatalookup.1991.log
-rw-r--r-- 1 root root 4992 Dec 8 11:35 LinHES_mythmetadatalookup.2442.log
-rw-r--r-- 1 root root 4992 Dec 8 11:35 LinHES_mythmetadatalookup.2596.log
-rw-r--r-- 1 root root 4953 Dec 8 11:37 LinHES_mythmetadatalookup.2703.log
-rw-r--r-- 1 root root 1416 Dec 8 11:33 LinHES_ntpd.log
-rw-r--r-- 1 root root 139 Dec 8 11:30 LinHES_polkitd.log
-rw-r--r-- 1 root root 281 Dec 8 11:30 LinHES_rpc.statd.log
-rw-r--r-- 1 root root 239 Dec 8 11:30 LinHES_rsyslogd-2177.log
-rw-r--r-- 1 root root 462 Dec 8 11:30 LinHES_rsyslogd.log
-rw-r--r-- 1 root root 0 Dec 8 11:30 LinHES_sm-notify.log
-rw-r--r-- 1 root root 581 Dec 8 11:31 LinHES_sshd.log
-rw-r--r-- 1 root root 2071 Dec 8 11:35 LinHES_sudo.log
-rw-r--r-- 1 root root 321 Dec 8 11:31 LinHES_su.log
-rw-r--r-- 1 root root 100 Dec 8 11:29 LinHES_wall.log
Is it normal for the logs to grow this quickly in 0.25?
edit 2: Conversation continues here:
viewtopic.php?f=21&t=23651