[systemd-devel] systemd and netconsole

2018-10-27 Thread don fisher
I am running opensuse 42.3 with a 4.18.7 kernel. Below is my setup. First the kernel command line: linux [email protected]/eth0,[email protected]/34:e6:d7:01:2a:dd loglevel=8 and then my receiving script: sudo nc -v -u -l 64001 | tee netconsole.log In summary, netconsole works

Re: [systemd-devel] journald / NFLOG

2018-10-27 Thread Reindl Harald
Am 27.10.18 um 20:35 schrieb Mantas Mikulėnas: > On Sat, Oct 27, 2018 at 1:44 AM Reindl Harald > wrote: > > because Fedora don't provide ulogd or at least it is unmaintrained and > iptables "-j LOG" spit to dmesg instead just to the logging system: > >

Re: [systemd-devel] using nsenter and running daemon within a namespace

2018-10-27 Thread Mantas Mikulėnas
On Sat, Oct 27, 2018 at 1:56 AM Shea Sullivan wrote: > Hi, > I am trying to set up systemd unit files for a couple of daemons that > need to run within a specific network namespace. Specifically, I have > a namespace called ABC that is tied to the secondary VNIC on my > machine (ens4) while the d

Re: [systemd-devel] journald / NFLOG

2018-10-27 Thread Mantas Mikulėnas
On Sat, Oct 27, 2018 at 1:44 AM Reindl Harald wrote: > because Fedora don't provide ulogd or at least it is unmaintrained and > iptables "-j LOG" spit to dmesg instead just to the logging system: > > -j NFLOG --nflog-group 32 --nflog-prefix "Firewall Outbound: " > logs to nowhere with out a users

Re: [systemd-devel] journald / NFLOG

2018-10-27 Thread Lennart Poettering
On Sa, 27.10.18 00:43, Reindl Harald ([email protected]) wrote: > because Fedora don't provide ulogd or at least it is unmaintrained and > iptables "-j LOG" spit to dmesg instead just to the logging system: > > -j NFLOG --nflog-group 32 --nflog-prefix "Firewall Outbound: " > logs to nowhere