(22nd Jan, 2016 02:53 AM)Smultie Wrote: [ -> ]4.4 is live now!
Thanks!
Found it under staging:
Code:
http://apt.xbian.org/pool/staging/rpi2-jessie/l/
linux-headers-bcm2836_4.4.0+-1453379683_armhf.deb
linux-image-bcm2836_4.4.0+-1453379683_armhf.deb
Code:
vim /etc/apt/sources.list.d/xbian.list
Code:
deb mirror://apt.xbian.org/mirror.txt staging main rpi2-jessie
Code:
apt-get update && apt-get upgrade
"uname -a"
4.4.0+ #1 SMP PREEMPT Thu Jan 21 13:19:25 CET 2016 armv7l GNU/Linux
But, journalctl is still not working on xbian.
Code:
No journal files were found.
Any idea?
@duno No systemd journal is running because of using upstart
(28th Jan, 2016 10:30 AM)Nachteule Wrote: [ -> ]@duno ... because of using upstart
ups, yes pstree told me init ...
But there is also an
Code:
systemd-logind
systemd-udevd
and
Code:
upstart-file-br
upstart-udev-br
I do not know much about upstart, only, that Ubuntu was using it for a short time.
Most Systems I use are using SystemV or systemd and the default logger is rsyslogd.
What is the default logger in xbian and how to configure it to make logfiles like
Code:
/var/log/syslog
/var/log/dmesg
/var/log/auth.log
/var/log/mail.xyz
etc. ?
Ah,
http://forum.xbian.org/thread-3236-post-30429.html#pid30429
OK