Running on Debian stretch container networking not working

Thank you for a very interesting ‘bit of kit’ as its termed in some places.
This is something like what I’ve been looking for for some time - - - a way of running processes or bits of software discretely and also discretely (both definitions please).
Have found a few things that a very much noob to servers and sys admin stuff are not easy to find.
One hard to find is the command ‘exit’ when one wants to move from the container back to the host (CLI). That wasn’t mentioned anywhere in you quite detailed and very informative blog entries.

Running host is debian stretch and the container is also debian stretch.
I started my odyssey with:
https://linuxcontainers.org/lxd/getting-started-cli/

I’ve actually been able to setup lxd using snap as there are still
packages which are
not available for Debian (AIUI) so - - -well - - - it seems to work.
I did set up a bridged network adapter at lxdbr0.

The problem is that I can’t find a way to get this vm (or should I call it a container) to talk to the outside world.

Next tried to follow this:
https://insights.ubuntu.com/2016/04/07/lxd-networking-lxdbr0-explained/

Seems quite straightforward except I don’t have a “file
/etc/default/lxd-bridge”.

This seemed to offer hope:
https://www.simpleprecision.com/ubuntu-16-04-lxd-networking-simple-bridge/

has been quite a bit more useful. (But still no joy!)

A possible root to the problem is that the container thinks that it is
using eth0 whereas the host is using lxdbr0 for the bridge and vethEU1HYY (which is only inet6).

I’m likely missing some information that would assist anyone who may be able to help so please ask!!

TIA

Please post the output of:

  • iptables -L -n -v
  • lxc network list
  • lxc network show lxdbr0.
  • lxc config show --expanded NAME
    (where NAME is the name of one of your containers)
  • lxc exec NAME -- ip -4 addr show
    (where NAME is the name of one of your containers)
  • lxc list (when the container is running)

Thank you for your response!!
The first question results is quite a bit of output:

root@xxxxxxxxxx:/# iptables -L -n -v
Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp – lxdbr0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53 /* generated for LXD network lxdbr0 /
0 0 ACCEPT udp – lxdbr0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:53 /
generated for LXD network lxdbr0 /
6332 2077K ACCEPT udp – lxdbr0 * 0.0.0.0/0 0.0.0.0/0 udp dpt:67 /
generated for LXD network lxdbr0 */
328K 391M ufw-before-logging-input all – * * 0.0.0.0/0 0.0.0.0/0
328K 391M ufw-before-input all – * * 0.0.0.0/0 0.0.0.0/0
74 20666 ufw-after-input all – * * 0.0.0.0/0 0.0.0.0/0
0 0 ufw-after-logging-input all – * * 0.0.0.0/0 0.0.0.0/0
0 0 ufw-reject-input all – * * 0.0.0.0/0 0.0.0.0/0
0 0 ufw-track-input all – * * 0.0.0.0/0 0.0.0.0/0

Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all – * lxdbr0 0.0.0.0/0 0.0.0.0/0 /* generated for LXD network lxdbr0 /
0 0 ACCEPT all – lxdbr0 * 0.0.0.0/0 0.0.0.0/0 /
generated for LXD network lxdbr0 */
0 0 ufw-before-logging-forward all – * * 0.0.0.0/0 0.0.0.0/0
0 0 ufw-before-forward all – * * 0.0.0.0/0 0.0.0.0/0
0 0 ufw-after-forward all – * * 0.0.0.0/0 0.0.0.0/0
0 0 ufw-after-logging-forward all – * * 0.0.0.0/0 0.0.0.0/0
0 0 ufw-reject-forward all – * * 0.0.0.0/0 0.0.0.0/0
0 0 ufw-track-forward all – * * 0.0.0.0/0 0.0.0.0/0

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp – * lxdbr0 0.0.0.0/0 0.0.0.0/0 tcp spt:53 /* generated for LXD network lxdbr0 /
0 0 ACCEPT udp – * lxdbr0 0.0.0.0/0 0.0.0.0/0 udp spt:53 /
generated for LXD network lxdbr0 /
0 0 ACCEPT udp – * lxdbr0 0.0.0.0/0 0.0.0.0/0 udp spt:67 /
generated for LXD network lxdbr0 */
210K 148M ufw-before-logging-output all – * * 0.0.0.0/0 0.0.0.0/0
210K 148M ufw-before-output all – * * 0.0.0.0/0 0.0.0.0/0
9740 740K ufw-after-output all – * * 0.0.0.0/0 0.0.0.0/0
9740 740K ufw-after-logging-output all – * * 0.0.0.0/0 0.0.0.0/0
9740 740K ufw-reject-output all – * * 0.0.0.0/0 0.0.0.0/0
9740 740K ufw-track-output all – * * 0.0.0.0/0 0.0.0.0/0

Chain ufw-after-forward (1 references)
pkts bytes target prot opt in out source destination

Chain ufw-after-input (1 references)
pkts bytes target prot opt in out source destination
9 702 ufw-skip-to-policy-input udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpt:137
0 0 ufw-skip-to-policy-input udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpt:138
0 0 ufw-skip-to-policy-input tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:139
0 0 ufw-skip-to-policy-input tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:445
59 19680 ufw-skip-to-policy-input udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpt:67
0 0 ufw-skip-to-policy-input udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpt:68
6 284 ufw-skip-to-policy-input all – * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type BROADCAST

Chain ufw-after-logging-forward (1 references)
pkts bytes target prot opt in out source destination
0 0 LOG all – * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 10 LOG flags 0 level 4 prefix "[UFW BLOCK] "

Chain ufw-after-logging-input (1 references)
pkts bytes target prot opt in out source destination
0 0 LOG all – * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 10 LOG flags 0 level 4 prefix "[UFW BLOCK] "

Chain ufw-after-logging-output (1 references)
pkts bytes target prot opt in out source destination

Chain ufw-after-output (1 references)
pkts bytes target prot opt in out source destination

Chain ufw-before-forward (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all – * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmptype 3
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmptype 4
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmptype 11
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmptype 12
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmptype 8
0 0 ufw-user-forward all – * * 0.0.0.0/0 0.0.0.0/0

Chain ufw-before-input (1 references)
pkts bytes target prot opt in out source destination
4273 18M ACCEPT all – lo * 0.0.0.0/0 0.0.0.0/0
291K 363M ACCEPT all – * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
6 240 ufw-logging-deny all – * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID
6 240 DROP all – * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmptype 3
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmptype 4
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmptype 11
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmptype 12
0 0 ACCEPT icmp – * * 0.0.0.0/0 0.0.0.0/0 icmptype 8
0 0 ACCEPT udp – * * 0.0.0.0/0 0.0.0.0/0 udp spt:67 dpt:68
33090 9953K ufw-not-local all – * * 0.0.0.0/0 0.0.0.0/0
1508 164K ACCEPT udp – * * 0.0.0.0/0 224.0.0.251 udp dpt:5353
31373 9761K ACCEPT udp – * * 0.0.0.0/0 239.255.255.250 udp dpt:1900
209 27698 ufw-user-input all – * * 0.0.0.0/0 0.0.0.0/0

Chain ufw-before-logging-forward (1 references)
pkts bytes target prot opt in out source destination

Chain ufw-before-logging-input (1 references)
pkts bytes target prot opt in out source destination

Chain ufw-before-logging-output (1 references)
pkts bytes target prot opt in out source destination

Chain ufw-before-output (1 references)
pkts bytes target prot opt in out source destination
4273 18M ACCEPT all – * lo 0.0.0.0/0 0.0.0.0/0
196K 129M ACCEPT all – * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
9740 740K ufw-user-output all – * * 0.0.0.0/0 0.0.0.0/0

Chain ufw-logging-allow (0 references)
pkts bytes target prot opt in out source destination
0 0 LOG all – * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 10 LOG flags 0 level 4 prefix "[UFW ALLOW] "

Chain ufw-logging-deny (2 references)
pkts bytes target prot opt in out source destination
6 240 RETURN all – * * 0.0.0.0/0 0.0.0.0/0 ctstate INVALID limit: avg 3/min burst 10
0 0 LOG all – * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 10 LOG flags 0 level 4 prefix "[UFW BLOCK] "

Chain ufw-not-local (1 references)
pkts bytes target prot opt in out source destination
135 7032 RETURN all – * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type LOCAL
32881 9925K RETURN all – * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type MULTICAST
74 20666 RETURN all – * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type BROADCAST
0 0 ufw-logging-deny all – * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 10
0 0 DROP all – * * 0.0.0.0/0 0.0.0.0/0

Chain ufw-reject-forward (1 references)
pkts bytes target prot opt in out source destination

Chain ufw-reject-input (1 references)
pkts bytes target prot opt in out source destination

Chain ufw-reject-output (1 references)
pkts bytes target prot opt in out source destination

Chain ufw-skip-to-policy-forward (0 references)
pkts bytes target prot opt in out source destination
0 0 DROP all – * * 0.0.0.0/0 0.0.0.0/0

Chain ufw-skip-to-policy-input (7 references)
pkts bytes target prot opt in out source destination
74 20666 DROP all – * * 0.0.0.0/0 0.0.0.0/0

Chain ufw-skip-to-policy-output (0 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all – * * 0.0.0.0/0 0.0.0.0/0

Chain ufw-track-forward (1 references)
pkts bytes target prot opt in out source destination

Chain ufw-track-input (1 references)
pkts bytes target prot opt in out source destination

Chain ufw-track-output (1 references)
pkts bytes target prot opt in out source destination
1141 68460 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 ctstate NEW
8585 671K ACCEPT udp – * * 0.0.0.0/0 0.0.0.0/0 ctstate NEW

Chain ufw-user-forward (1 references)
pkts bytes target prot opt in out source destination

Chain ufw-user-input (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
127 6552 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
8 480 ACCEPT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:3142

Chain ufw-user-limit (0 references)
pkts bytes target prot opt in out source destination
0 0 LOG all – * * 0.0.0.0/0 0.0.0.0/0 limit: avg 3/min burst 5 LOG flags 0 level 4 prefix "[UFW LIMIT BLOCK] "
0 0 REJECT all – * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable

Chain ufw-user-limit-accept (0 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all – * * 0.0.0.0/0 0.0.0.0/0

Chain ufw-user-logging-forward (0 references)
pkts bytes target prot opt in out source destination

Chain ufw-user-logging-input (0 references)
pkts bytes target prot opt in out source destination

Chain ufw-user-logging-output (0 references)
pkts bytes target prot opt in out source destination

Chain ufw-user-output (1 references)
pkts bytes target prot opt in out source destination

2nd command

memyself@xxxxxxxx:~$ lxc network list
±-------±---------±--------±------------±--------+
| NAME | TYPE | MANAGED | DESCRIPTION | USED BY |
±-------±---------±--------±------------±--------+
| eno1 | physical | NO | | 0 |
±-------±---------±--------±------------±--------+
| eno2 | physical | NO | | 0 |
±-------±---------±--------±------------±--------+
| eno3 | physical | NO | | 0 |
±-------±---------±--------±------------±--------+
| eno4 | physical | NO | | 0 |
±-------±---------±--------±------------±--------+
| lxdbr0 | bridge | YES | | 1 |
±-------±---------±--------±------------±--------+

3rd

memyself@xxxxxxx:~$ lxc network show lxdbr0
config:
ipv4.address: 10.15.189.1/24
ipv4.nat: “true”
ipv6.address: fd42:a80e:56f1:cd::1/64
ipv6.nat: “true”
description: ""darald@debianserver:~$ lxc network show lxdbr0
config:
ipv4.address: 10.15.189.1/24
ipv4.nat: “true”
ipv6.address: fd42:a80e:56f1:cd::1/64
ipv6.nat: “true”
description: “”
name: lxdbr0
type: bridge
used_by:

  • /1.0/containers/debian
    managed: true

name: lxdbr0
type: bridge
used_by:

  • /1.0/containers/debian
    managed: true

4th

memyself@xxxxxx:~$ lxc config show --expanded debian
architecture: x86_64
config:
image.architecture: amd64
image.description: Debian stretch amd64 (20171021_22:42)
image.os: Debian
image.release: stretch
image.serial: “20171021_22:42”
volatile.base_image: 78bb9e0a4a1d50e79d411225496d654c4be5e5ed7a6f1d1ae3d0562547eadce4
volatile.eth0.hwaddr: 00:16:3e:a2:1f:bc
volatile.eth0.name: eth0
volatile.idmap.base: “0”
volatile.idmap.next: ‘[{“Isuid”:true,“Isgid”:true,“Hostid”:1000000,“Nsid”:0,“Maprange”:1000000000}]’
volatile.last_state.idmap: ‘[{“Isuid”:true,“Isgid”:true,“Hostid”:1000000,“Nsid”:0,“Maprange”:1000000000}]’
volatile.last_state.power: RUNNING
devices:
eth0:
nictype: bridged
parent: lxdbr0
type: nic
root:
path: /
pool: lxd
type: disk
ephemeral: false
profiles:

  • default
    stateful: false
    description: “”

5th

memyself@xxxxx:~$ lxc exec debian – ip -4 addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
15: eth0@if16: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link-netnsid 0
inet 192.168.1.99/24 brd 192.168.1.255 scope global eth0
valid_lft forever preferred_lft forever

6th

memyself@xxxxx:~$ lxc list
±-------±--------±--------------------±-----±-----------±----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
±-------±--------±--------------------±-----±-----------±----------+
| debian | RUNNING | 192.168.1.99 (eth0) | | PERSISTENT | 0 |
±-------±--------±--------------------±-----±-----------±----------+

have only edited the username and the computer name to reduce my vulnerability - - - hope that that is acceptable.

Thanking you very much for your assistance!

Looking at what has been asked of me it would seem that the issue is that I have 2 ipv4 addresses that do NOT match. (At least that’s my guess)

Sorry - - - I can see that there is a mismatch but now how or what do I do to fix it - - - sorry that’s where I dunno! (rueful grin!)

TA

Indeed, based on your configuration, your container should be getting an IP in the 10.15.189.0/24 subnet, not in 192.168.1.0/24. My guess is that you either have a static IP defined in that container somehow or you have another DHCP server connected to your lxdbr0 bridge for some reason.

Can you show the output of brctl show on the host?

Thank you for your response!!

root@debianserver:/# brctl show
bridge name bridge id STP enabled interfaces
lxdbr0 8000.fe2d70d589b3 no vethC926DJ

I do remember setting up a static IP as suggested here:

https://www.simpleprecision.com/ubuntu-16-04-lxd-networking-simple-bridge/

(I had noted this earlier.)

TIA

What does this show:

  • lxc exec debian – ps fauxww
  • lxc exec debian – cat /etc/network/interfaces

memyself @xxxxx:~$ lxc exec debian – ps fauxww
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 269 0.0 0.0 40024 3320 ? Rs+ 23:01 0:00 ps fauxww
root 1 0.0 0.0 56760 6604 ? Ss Dec04 0:00 /sbin/init
root 35 0.0 0.0 46092 7556 ? Ss Dec04 0:00 /lib/systemd/systemd-journald
root 77 0.0 0.0 14312 2072 console Ss+ Dec04 0:00 /sbin/agetty --noclear --keep-baud console 115200,38400,9600 linux
You have new mail in /var/mail/memyself
memyself@xxxxx:~$ lxc exec debian – cat /etc/network/interfaces

The loopback network interface

auto lo
iface lo inet loopback

Assign static ip to container

auto eth0
iface eth0 inet static
address 192.168.1.99
network 192.168.1.1
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameserver 8.8.8.8

I’m not sure of this but if I’m following the questions correctly (I hope) then in this second file is where I need to change the address from the xxx.xxx.1.99 to the 10.xxx.xxx.xxx. Any I anywhere close to what is needed?

Yeah, your container has static IP configuration inside it, so that explains what you’re getting.
You most likely just want the container to DHCP instead.

Thanking you for your response and I apologize for not seeing your reponse sooner but I didn’t look here and was assuming that I would receive a notice of response as I had the other times.

So I changed this:

memyself@xxxxx:~$ lxc exec debian – cat /etc/network/interfaces
The loopback network interface

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

and now I get:

memyself@xxxxx:~$ lxc list
±-------±--------±-----±-----±-----------±----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
±-------±--------±-----±-----±-----------±----------+
| debian | RUNNING | | | PERSISTENT | 0 |
±-------±--------±-----±-----±-----------±----------+

When I look at the page

insights.ubuntu.com/2016/04/07lxd-networking-lxdbr0-explained/

it is suggested (about a half a page down) that ". . . the file /etc/default/lxd-bridge . . . " can be edited.
Sorry - - - I can’t find that file in neither the host nor the container. Its also not clear how, or to what, this file should be edited to. Is it perhaps what is following “for feature parity with lxcbr0, . . . .” (There is about a page of text following that point.)
What is not clear - - - is one to ‘create’ that file (and if so - - - where) or???

(I tried after the mentioned reversals but there still is no networking.)

TIA

The lxd-bridge file is from LXD 2.0.x, that’s replaced by “lxc network …” in recent LXD releases which based on what you showed earlier is all already properly configured.

What do you get if you do:

lxc exec debian -- ifup -v -a

memyself@xxxxx:~$ lxc exec debian – ifup -v -a
/bin/run-parts --exit-on-error --verbose /etc/network/if-pre-up.d
/bin/run-parts --exit-on-error --verbose /etc/network/if-up.d
run-parts: executing /etc/network/if-up.d/upstart

lxc exec debian -- dhclient -v eth0

memyself@xxxxx:~$ lxc exec debian – dhclient -v eth0
Internet Systems Consortium DHCP Client 4.3.5
Copyright 2004-2016 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:16:3e:a2:1f:bc
Sending on LPF/eth0/00:16:3e:a2:1f:bc
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
No DHCPOFFERS received.
No working leases in persistent database - sleeping.

Can you post ps fauxwww from the host?
tail -n 200 /var/log/syslog may also be useful to see if dnsmasq is getting something.

root@debianserver:/# ps fauxwww
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2 0.0 0.0 0 0 ? S Nov29 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/0]
root 5 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/0:0H]
root 8 0.0 0.0 0 0 ? S Nov29 1:38 _ [rcu_sched]
root 9 0.0 0.0 0 0 ? S Nov29 0:00 _ [rcu_bh]
root 10 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/0]
root 11 0.0 0.0 0 0 ? S< Nov29 0:00 _ [lru-add-drain]
root 12 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/0]
root 13 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/0]
root 14 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/1]
root 15 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/1]
root 16 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/1]
root 17 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/1]
root 19 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/1:0H]
root 21 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/2]
root 22 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/2]
root 23 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/2]
root 24 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/2]
root 26 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/2:0H]
root 27 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/3]
root 28 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/3]
root 29 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/3]
root 30 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/3]
root 32 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/3:0H]
root 33 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/4]
root 34 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/4]
root 35 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/4]
root 36 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/4]
root 38 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/4:0H]
root 39 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/5]
root 40 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/5]
root 41 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/5]
root 42 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/5]
root 44 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/5:0H]
root 45 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/6]
root 46 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/6]
root 47 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/6]
root 48 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/6]
root 50 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/6:0H]
root 51 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/7]
root 52 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/7]
root 53 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/7]
root 54 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/7]
root 56 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/7:0H]
root 57 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/8]
root 58 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/8]
root 59 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/8]
root 60 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/8]
root 62 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/8:0H]
root 63 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/9]
root 64 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/9]
root 65 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/9]
root 66 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/9]
root 68 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/9:0H]
root 69 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/10]
root 70 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/10]
root 71 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/10]
root 72 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/10]
root 74 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/10:0H]
root 75 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/11]
root 76 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/11]
root 77 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/11]
root 78 0.0 0.0 0 memyself 0 ? S Nov29 0:00 _ [ksoftirqd/11]
root 80 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/11:0H]
root 81 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/12]
root 82 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/12]
root 83 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/12]
root 84 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/12]
root 86 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/12:0H]
root 87 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/13]
root 88 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/13]
root 89 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/13]
root 90 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/13]
root 92 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/13:0H]
root 93 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/14]
root 94 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/14]
root 95 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/14]
root 96 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/14]
root 98 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/14:0H]
root 99 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/15]
root 100 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/15]
root 101 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/15]
root 102 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/15]
root 104 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/15:0H]
root 105 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/16]
root 106 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/16]
root 107 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/16]
root 108 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/16]
root 110 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/16:0H]
root 111 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/17]
root 112 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/17]
root 113 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/17]
root 114 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/17]
root 116 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/17:0H]
root 117 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/18]
root 118 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/18]
root 119 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/18]
root 120 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/18]
root 122 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/18:0H]
root 123 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/19]
root 124 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/19]
root 125 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/19]
root 126 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/19]
root 128 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/19:0H]
root 129 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/20]
root 130 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/20]
root 131 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/20]
root 132 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/20]
root 134 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/20:0H]
root 135 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/21]
root 136 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/21]
root 137 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/21]
root 138 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/21]
root 140 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/21:0H]
root 141 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/22]
root 142 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/22]
root 143 0.0 0.0 0 memyself 0 ? S Nov29 0:00 _ [migration/22]
root 144 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/22]
root 146 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/22:0H]
root 147 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/23]
root 148 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/23]
root 149 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/23]
root 150 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/23]
root 152 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/23:0H]
root 153 0.0 0.0 0 0 ? S Nov29 0:00 _ [kdevtmpfs]
root 154 0.0 0.0 0 0 ? S< Nov29 0:00 _ [netns]
root 155 0.0 0.0 0 0 ? S Nov29 0:00 _ [khungtaskd]
root 156 0.0 0.0 0 0 ? S Nov29 0:00 _ [oom_reaper]
root 157 0.0 0.0 0 0 ? S< Nov29 0:00 _ [writeback]
root 158 0.0 0.0 0 0 ? S Nov29 0:00 _ [kcompactd0]
root 159 0.0 0.0 0 0 ? S Nov29 0:00 _ [kcompactd1]
root 161 0.0 0.0 0 0 ? SN Nov29 0:00 _ [ksmd]
root 162 0.0 0.0 0 0 ? SN Nov29 0:10 _ [khugepaged]
root 163 0.0 0.0 0 0 ? S< Nov29 0:00 _ [crypto]
root 164 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kintegrityd]
root 165 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 166 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kblockd]
root 167 0.0 0.0 0 0 ? S< Nov29 0:00 _ [devfreq_wq]
root 168 0.0 0.0 0 0 ? S< Nov29 0:00 _ [watchdogd]
root 170 0.0 0.0 0 0 ? S Nov29 0:00 _ [kswapd0]
root 171 0.0 0.0 0 0 ? S Nov29 0:00 _ [kswapd1]
root 172 0.0 0.0 0 0 ? S< Nov29 0:00 _ [vmstat]
root 184 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kthrotld]
root 188 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ipv6_addrconf]
root 231 0.0 0.0 0 0 ? S Nov29 0:00 _ [scsi_eh_0]
root 232 0.0 0.0 0 0 ? S< Nov29 0:00 _ [scsi_tmf_0]
root 234 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ata_sff]
root 288 0.0 0.0 0 0 ? S Nov29 0:00 _ [scsi_eh_1]
root 289 0.0 0.0 0 0 ? S< Nov29 0:00 _ [scsi_tmf_1]
root 290 0.0 0.0 0 0 ? S Nov29 0:00 _ [scsi_eh_2]
root 291 0.0 0.0 0 0 ? S< Nov29 0:00 _ [scsi_tmf_2]
root 557 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 816 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 826 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/5:1H]
root 827 0.0 0.0 0 0 ? S< Nov29 0:01 _ [kworker/7:1H]
root 830 0.0 0.0 0 memyself 0 ? S< Nov29 0:00 _ [kworker/9:1H]
root 834 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/0:1H]
root 835 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/19:1H]
root 838 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/21:1H]
root 839 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/1:1H]
root 840 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/11:1H]
root 841 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/13:1H]
root 872 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 874 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/2:1H]
root 875 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/12:1H]
root 877 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/17:1H]
root 878 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/18:1H]
root 917 0.0 0.0 0 0 ? S Nov29 0:00 _ [jbd2/sda2-8]
root 918 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ext4-rsv-conver]
root 923 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/23:1H]
root 932 0.0 0.0 0 0 ? S Nov29 0:00 _ [jbd2/sda5-8]
root 933 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ext4-rsv-conver]
root 959 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/3:1H]
root 960 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/15:1H]
root 969 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/10:1H]
root 970 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/4:1H]
root 985 0.0 0.0 0 0 ? S Nov29 0:00 _ [kauditd]
root 1002 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/20:1H]
root 1024 0.0 0.0 0 0 ? S< Nov29 0:00 _ [rpciod]
root 1025 0.0 0.0 0 0 ? S< Nov29 0:00 _ [xprtiod]
root 1113 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/16:1H]
root 1123 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/14:1H]
root 1124 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/8:1H]
root 1152 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/6:1H]
root 1188 0.0 0.0 0 0 ? S< Nov29 0:00 _ [edac-poller]
root 1292 0.0 0.0 0 0 ? SN Nov29 0:00 _ [kipmi0]
root 1310 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ttm_swap]
root 1311 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/22:1H]
root 1438 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-worker]
root 1439 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/u51:0]
root 1440 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/u52:0]
root 1441 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/u53:0]
root 1442 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-worker-hi]
root 1443 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-delalloc]
root 1444 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-flush_del]
root 1445 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-cache]
root 1446 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-submit]
root 1447 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-fixup]
root 1448 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio]
root 1449 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-met]
root 1450 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-met]
root 1451 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-rai]
root 1452 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-rep]
root 1453 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-rmw]
root 1454 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-wri]
root 1455 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-freespace]
root 1456 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-delayed-m]
root 1457 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-readahead]
root 1458 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-qgroup-re]
root 1459 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-extent-re]
root 1485 0.0 0.0 0 0 ? S Nov29 0:00 _ [btrfs-cleaner]
root 1486 0.0 0.0 0 0 ? S Nov29 0:28 _ [btrfs-transacti]
root 1513 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ext4-rsv-conver]
root 1517 0.0 0.0 0 0 ? S Nov29 0:02 _ [jbd2/sda4-8]
root 1518 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ext4-rsv-conver]
root 1537 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1538 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1539 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1540 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1541 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1542 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1543 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1544 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1551 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop0]
root 1594 0.0 0.0 0 0 ? S Nov29 0:00 _ [jbd2/sda6-8]
root 1595 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ext4-rsv-conver]
root 1599 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop1]
root 1601 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop2]
root 1603 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop3]
root 1604 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop4]
root 1605 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop5]
root 2017 0.0 0.0 0 0 ? S< Nov29 0:00 _ [nfsd4_callbacks]
root 2018 0.0 0.0 0 0 ? S Nov29 0:00 _ [lockd]
root 2030 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 2031 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 2032 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 2033 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 2034 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 2035 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 2036 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 2037 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 4600 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop6]
root 4603 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-worker]
root 4604 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-worker-hi]
root 4605 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-delalloc]
root 4606 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-flush_del]
root 4607 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-cache]
root 4608 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-submit]
root 4609 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-fixup]
root 4610 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio]
root 4611 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-met]
root 4612 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-met]
root 4613 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-rai]
root 4614 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-rep]
root 4615 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-rmw]
root 4616 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-wri]
root 4617 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-freespace]
root 4618 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-delayed-m]
root 4619 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-readahead]
root 4620 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-qgroup-re]
root 4621 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-extent-re]
root 4622 0.0 0.0 0 0 ? S Nov29 0:00 _ [btrfs-cleaner]
root 4623 0.0 0.0 0 0 ? S Nov29 0:00 _ [btrfs-transacti]
root 7797 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop7]
root 8470 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/u53:1]
root 8518 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/u52:1]
root 18591 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_kmem_cache]
root 18592 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_kmem_cache]
root 18593 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_kmem_cache]
root 18595 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_kmem_cache]
root 18596 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18597 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18598 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18599 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18600 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18601 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18602 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18603 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18604 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18605 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18606 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18607 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18608 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18609 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18610 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18611 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18612 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18613 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18614 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18615 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18616 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18617 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18618 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18619 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18620 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18621 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18622 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18623 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18624 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18625 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18626 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18627 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18628 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18629 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18630 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18631 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18632 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18633 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18634 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18635 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18636 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18637 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18638 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18639 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18640 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18641 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18642 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18643 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18644 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18645 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18646 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18647 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18648 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18649 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18650 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18651 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18652 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18653 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18654 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18655 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18656 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18657 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18658 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18659 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18660 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_dynamic_tas]
root 18666 0.0 0.0 0 0 ? S Dec03 0:00 _ [dbu_evict]
root 18667 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18668 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18669 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18670 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18671 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18672 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18673 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18674 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18675 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18676 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18677 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18678 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18679 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18680 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18681 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18682 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18683 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18684 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18685 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18686 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18687 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18688 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18689 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18690 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18691 0.0 0.0 0 0 ? S Dec03 0:05 _ [arc_reclaim]
root 18692 0.0 0.0 0 0 ? S Dec03 0:04 _ [arc_user_evicts]
root 18693 0.0 0.0 0 0 ? S Dec03 0:04 _ [l2arc_feed]
root 18694 0.0 0.0 0 0 ? S Dec03 0:00 _ [z_unmount]
root 5814 0.0 0.0 0 0 ? S Dec04 0:16 _ [kworker/12:2]
root 23704 0.0 0.0 0 0 ? S Dec04 0:12 _ [kworker/1:0]
root 3431 0.0 0.0 0 0 ? S Dec05 0:10 _ [kworker/3:1]
root 8086 0.0 0.0 0 0 ? S Dec05 0:37 _ [kworker/0:1]
root 16789 0.0 0.0 0 0 ? S Dec05 0:01 _ [kworker/2:1]
root 21212 0.0 0.0 0 0 ? S Dec05 0:08 _ [kworker/13:2]
root 788 0.0 0.0 0 0 ? S Dec05 0:06 _ [kworker/11:1]
root 2361 0.0 0.0 0 0 ? S Dec05 0:00 _ [kworker/6:0]
root 2714 0.0 0.0 0 0 ? S Dec05 0:03 _ [kworker/8:0]
root 5527 0.0 0.0 0 0 ? S 00:07 0:06 _ [kworker/5:1]
root 5540 0.0 0.0 0 0 ? S 00:07 0:04 _ [kworker/22:2]
root 5562 0.0 0.0 0 0 ? S 00:08 0:00 _ [kworker/10:2]
root 6164 0.0 0.0 0 0 ? S 01:00 0:04 _ [kworker/6:1]
root 8758 0.0 0.0 0 0 ? S 02:04 0:04 _ [kworker/10:1]
root 11584 0.0 0.0 0 0 ? S 04:04 0:03 _ [kworker/20:2]
root 11746 0.0 0.0 0 0 ? S 04:30 0:05 _ [kworker/7:2]
root 12944 0.0 0.0 0 0 ? S 05:04 0:03 _ [kworker/2:2]
root 15776 0.0 0.0 0 0 ? S 07:09 0:01 _ [kworker/u48:0]
root 16036 0.0 0.0 0 0 ? S 07:39 0:00 _ [kworker/12:0]
root 18474 0.0 0.0 0 0 ? S 09:03 0:03 _ [kworker/16:1]
root 20040 0.0 0.0 0 0 ? S 10:09 0:01 _ [kworker/18:2]
root 21273 0.0 0.0 0 0 ? S 11:02 0:10 _ [kworker/0:0]
root 22645 0.0 0.0 0 0 ? S 12:03 0:02 _ [kworker/8:1]
root 24122 0.0 0.0 0 0 ? S 13:09 0:01 _ [kworker/17:2]
root 24358 0.0 0.0 0 0 ? S 14:01 0:01 _ [kworker/14:0]
root 25469 0.0 0.0 0 0 ? S 14:09 0:00 _ [kworker/13:1]
root 26705 0.0 0.0 0 0 ? S 15:02 0:01 _ [kworker/20:1]
root 26887 0.0 0.0 0 0 ? S 15:09 0:01 _ [kworker/22:1]
root 26893 0.0 0.0 0 0 ? S 15:09 0:01 _ [kworker/23:0]
root 26909 0.0 0.0 0 0 ? S 15:09 0:01 _ [kworker/18:1]
root 27088 0.0 0.0 0 0 ? S 15:09 0:02 _ [kworker/9:1]
root 27089 0.0 0.0 0 0 ? S 15:09 0:00 _ [kworker/19:2]
root 27090 0.0 0.0 0 0 ? S 15:09 0:01 _ [kworker/21:2]
root 27167 0.0 0.0 0 0 ? S 15:10 0:00 _ [kworker/4:0]
root 27313 0.0 0.0 0 0 ? S 15:18 0:00 _ [kworker/17:1]
root 27354 0.0 0.0 0 0 ? S 15:24 0:01 _ [kworker/19:1]
root 28585 0.0 0.0 0 0 ? S 16:04 0:01 _ [kworker/15:2]
root 28683 0.0 0.0 0 0 ? S 16:09 0:00 _ [kworker/21:1]
root 28684 0.0 0.0 0 0 ? S 16:09 0:00 _ [kworker/u48:1]
root 28900 0.0 0.0 0 0 ? S 16:39 0:00 _ [kworker/23:1]
root 29984 0.0 0.0 0 0 ? S 17:02 0:00 _ [kworker/3:2]
root 30030 0.0 0.0 0 0 ? S 17:02 0:01 _ [kworker/5:0]
root 30144 0.0 0.0 0 0 ? S 17:09 0:00 _ [kworker/16:2]
root 30325 0.0 0.0 0 0 ? S 17:39 0:00 _ [kworker/9:2]
root 31508 0.0 0.0 0 0 ? S 18:02 0:00 _ [kworker/4:1]
root 31623 0.0 0.0 0 0 ? S 18:09 0:00 _ [kworker/11:2]
root 31647 0.0 0.0 0 0 ? S 18:15 0:00 _ [kworker/u50:0]
root 31807 0.0 0.0 0 0 ? S 18:39 0:00 _ [kworker/15:1]
root 31835 0.0 0.0 0 0 ? S 18:47 0:00 _ [kworker/u50:1]
root 430 0.0 0.0 0 0 ? S 19:02 0:00 _ [kworker/u49:3]
root 435 0.0 0.0 0 0 ? S 19:04 0:00 _ [kworker/14:1]
root 580 0.0 0.0 0 0 ? S 19:09 0:00 _ [kworker/1:1]
root 601 0.0 0.0 0 0 ? S 19:13 0:00 _ [kworker/u49:0]
root 630 0.0 0.0 0 0 ? S 19:21 0:00 _ [kworker/u50:2]
root 631 0.0 0.0 0 0 ? S 19:21 0:00 _ [kworker/u50:3]
root 636 0.0 0.0 0 0 ? S 19:22 0:00 _ [kworker/7:0]
root 653 0.0 0.0 0 0 ? S 19:27 0:00 _ [kworker/u49:1]
root 654 0.0 0.0 0 0 ? S 19:28 0:00 _ [kworker/7:1]
root 659 0.0 0.0 0 0 ? S 19:29 0:00 _ [kworker/u50:4]
root 1 0.0 0.0 205372 7696 ? Ss Nov29 0:32 /sbin/init
root 982 0.0 0.0 103568 51944 ? Ss Nov29 0:09 /lib/systemd/systemd-journald
root 992 0.0 0.0 47748 5432 ? Ss Nov29 0:01 /lib/systemd/systemd-udevd
root 1021 0.0 0.0 99004 1584 ? Ss Nov29 0:00 /sbin/lvmetad -f
root 1110 0.0 0.0 20828 184 ? Ss Nov29 0:00 /usr/sbin/blkmapd
root 1636 0.0 0.0 23348 212 ? Ss Nov29 0:00 /usr/sbin/rpc.idmapd
root 1638 0.0 0.0 54748 2988 ? S<sl Nov29 0:01 /sbin/auditd -n
root 1640 0.0 0.0 49872 3276 ? Ss Nov29 0:00 /sbin/rpcbind -f -w
root 1775 0.0 0.0 12020 4668 ? Ss Nov29 0:09 /usr/sbin/haveged --Foreground --verbose=1 -w 1024
root 1781 0.0 0.0 422576 9008 ? Ssl Nov29 0:00 /usr/sbin/ModemManager
rtkit 1786 0.0 0.0 185748 2976 ? SNsl Nov29 0:03 /usr/lib/rtkit/rtkit-daemon
root 1797 0.0 0.0 283656 6456 ? Ssl Nov29 0:04 /usr/lib/accountsservice/accounts-daemon
root 1801 0.0 0.0 46872 5212 ? Ss Nov29 0:09 /lib/systemd/systemd-logind
message+ 1806 0.0 0.0 45748 4336 ? Ss Nov29 0:23 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root 1828 0.0 0.0 481500 17516 ? Ssl Nov29 0:05 /usr/sbin/NetworkManager --no-daemon
root 2360 0.0 0.0 20472 4180 ? S Nov29 0:00 _ /sbin/dhclient -d -q -sf /usr/lib/NetworkManager/nm-dhcp-helper -pf /var/run/dhclient-eno1.pid -lf /var/lib/NetworkManager/dhclient-95b297db-a95e-447e-9b77-a0428c1f86cc-eno1.lease -cf /var/lib/NetworkManager/dhclient-eno1.conf eno1
avahi 1829 0.0 0.0 47272 3600 ? Ss Nov29 0:00 avahi-daemon: running [debianserver.local]
avahi 1834 0.0 0.0 47016 356 ? S Nov29 0:00 _ avahi-daemon: chroot helper
root 1830 0.0 0.0 458616 3608 ? Ssl Nov29 0:17 /usr/bin/lxcfs /var/lib/lxcfs/
daemon 1831 0.0 0.0 27964 2144 ? Ss Nov29 0:00 /usr/sbin/atd -f
root 1832 0.0 0.0 29600 2792 ? Ss Nov29 0:01 /usr/sbin/cron -f
clamav 1836 0.0 0.0 154592 26276 ? Ss Nov29 1:36 /usr/bin/freshclam -d --foreground=true
root 1837 0.0 0.0 35992 3188 ? Ss Nov29 1:05 /usr/sbin/irqbalance --foreground
root 1842 0.0 0.0 250116 3380 ? Ssl Nov29 0:02 /usr/sbin/rsyslogd -n
bind 1903 0.0 0.0 1921704 68716 ? Ssl Nov29 0:03 /usr/sbin/named -f -u bind
root 1906 0.0 0.0 602676 47412 ? Ss Nov29 0:13 php-fpm: master process (/etc/php/7.0/fpm/php-fpm.conf)
www-data 4442 0.0 0.0 602676 10888 ? S Nov29 0:00 _ php-fpm: pool www
www-data 4443 0.0 0.0 602676 10888 ? S Nov29 0:00 _ php-fpm: pool www
root 1950 0.0 0.0 37704 756 ? Ss Nov29 0:00 /usr/sbin/rpc.mountd --manage-gids
root 1960 0.0 0.0 69944 5688 ? Ss Nov29 0:00 /usr/sbin/sshd -D
root 1962 0.0 0.0 289868 8784 ? Ssl Nov29 0:02 /usr/lib/policykit-1/polkitd --no-debug
colord 1969 0.0 0.0 314324 14288 ? Ssl Nov29 0:00 /usr/lib/colord/colord
root 2016 0.0 0.0 18120 2504 ? Ss Nov29 0:00 /usr/sbin/dovecot
dovecot 2058 0.0 0.0 9488 1032 ? S Nov29 0:00 _ dovecot/anvil
root 2059 0.0 0.0 9620 2236 ? S Nov29 0:00 _ dovecot/log
root 2067 0.0 0.0 20896 3472 ? S Nov29 0:00 _ dovecot/config
root 2161 0.0 0.0 781864 30324 ? Ssl Nov29 0:00 /usr/sbin/libvirtd
root 2205 0.0 0.0 12892 1652 tty1 Ss+ Nov29 0:00 /sbin/agetty --noclear tty1 linux
mysql 2207 0.0 0.0 686292 79176 ? Ssl Nov29 3:30 /usr/sbin/mysqld
root 2221 0.0 0.0 289964 6284 ? SLsl Nov29 0:00 /usr/sbin/lightdm
root 2259 0.7 0.0 603820 115736 tty7 Ssl+ Nov29 72:56 _ /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
root 4534 0.0 0.0 247852 6608 ? Sl Nov29 0:00 _ lightdm --session-child 12 2
memyself 4799 0.0 0.0 380608 15592 ? Ssl Nov29 1:13 _ /usr/bin/lxsession -s LXDE -e LXDE
memyself 4854 0.0 0.0 11084 336 ? Ss Nov29 0:01 _ /usr/bin/ssh-agent x-session-manager
memyself 4918 0.0 0.0 199808 18720 ? S Nov29 0:06 _ openbox --config-file /home/memyself/.config/openbox/lxde-rc.xml
memyself 4920 0.0 0.0 330488 23896 ? Sl Nov29 0:00 _ lxpolkit
memyself 4922 0.0 0.0 1042736 35012 ? Sl Nov29 9:02 _ lxpanel --profile LXDE
memyself 8271 2.0 0.2 2954592 363928 ? Sl Nov29 201:56 | _ /usr/lib/firefox-esr/firefox-esr
memyself 8471 0.1 0.2 2293632 314008 ? Sl Nov29 14:51 | | _ /usr/lib/firefox-esr/plugin-container -greomni /usr/lib/firefox-esr/omni.ja -appomni /usr/lib/firefox-esr/browser/omni.ja -appdir /usr/lib/firefox-esr/browser 8271 true tab
memyself 9347 0.0 0.0 729944 49712 ? Sl Nov29 3:11 | _ xfce4-terminal
memyself 9352 0.0 0.0 21292 5076 pts/0 Ss Nov29 0:00 | _ bash
root 9385 0.0 0.0 61564 3712 pts/0 S Nov29 0:00 | | _ su
root 9386 0.0 0.0 19924 3752 pts/0 S Nov29 0:00 | | _ bash
root 674 0.0 0.0 38400 3400 pts/0 R+ 19:31 0:00 | | _ ps fauxwww
memyself 31717 0.0 0.0 21292 5112 pts/1 Ss Nov30 0:00 | _ bash
root 4239 0.0 0.0 61564 3652 pts/1 S Nov30 0:00 | | _ su
root 4240 0.0 0.0 19908 3732 pts/1 S Nov30 0:00 | | _ bash
root 5501 0.0 0.0 61524 3648 pts/1 S Nov30 0:00 | | _ su memyself
memyself 5502 0.0 0.0 21292 5096 pts/1 S Nov30 0:00 | | _ bash
root 8041 0.0 0.0 61564 3596 pts/1 S Dec01 0:00 | | _ su
root 8042 0.0 0.0 19908 3732 pts/1 S Dec01 0:00 | | _ bash
root 32412 0.0 0.0 61524 3644 pts/1 S Dec02 0:00 | | _ su memyself
memyself 32413 0.0 0.0 21292 5108 pts/1 S+ Dec02 0:00 | | _ bash
memyself 3772 0.0 0.0 21292 5108 pts/2 Ss+ Nov30 0:00 | _ bash
memyself 4923 0.0 0.0 761156 47376 ? Sl Nov29 0:51 _ pcmanfm --desktop --profile LXDE
memyself 19493 0.0 0.0 364708 25512 ? Sl Dec03 0:00 | _ leafpad /media/memyself/lxd/containers/debian/rootfs/etc/network/interfaces
memyself 10647 0.0 0.0 364596 25560 ? Sl Dec04 0:00 | _ leafpad /media/memyself/lxd/containers/debian/rootfs/etc/apt/sources.list
memyself 4926 0.0 0.0 67904 4960 ? S Nov29 6:03 _ xscreensaver -no-splash
root 2245 0.0 0.0 40964 3092 ? S Nov29 2:13 /usr/bin/monit -c /etc/monit/monitrc
root 2278 0.0 0.0 159508 2288 ? Ss Nov29 0:00 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
www-data 2279 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2280 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2281 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2282 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2283 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2284 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2285 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2286 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2287 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2288 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2289 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2290 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2291 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2292 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2293 0.0 0.0 159844 3352 ? S Nov29 0:00 _ nginx: worker process
www-data 2294 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2295 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2296 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2297 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2298 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2299 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2300 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2301 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2302 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
root 2630 0.0 0.0 514668 18200 ? Sl Nov29 5:45 /usr/bin/python3.5 /usr/bin/fail2ban-server --async -b -s /var/run/fail2ban/fail2ban.sock -p /var/run/fail2ban/fail2ban.pid -x --loglevel INFO --logtarget /var/log/fail2ban.log --syslogsocket auto
root 2651 0.0 0.0 4508 1768 ? Ss Nov29 0:00 /bin/sh /snap/lxd/5061/wrappers/daemon.start
root 3633 0.0 0.0 2884676 24524 ? Sl Nov29 0:47 _ lxd --logfile /var/snap/lxd/common/lxd/logs/lxd.log --group lxd
root 2715 0.0 0.0 4192 88 ? Ss Nov29 0:00 /usr/sbin/minissdpd -i 0.0.0.0
ntp 2847 0.0 0.0 104124 3944 ? Ssl Nov29 0:20 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 123:129
root 2889 0.0 0.0 695972 74132 ? Ss Nov29 0:09 /usr/sbin/apache2 -k start
www-data 5624 0.0 0.0 203980 25460 ? S 00:08 0:00 _ /usr/sbin/apache2 -k start
root 5626 0.0 0.0 443852 9604 ? Ssl 00:08 0:00 _ Passenger watchdog
root 5631 0.0 0.0 3884972 15416 ? Sl 00:08 0:13 | _ Passenger core
nobody 5643 0.0 0.0 452432 10988 ? Sl 00:08 0:00 | _ Passenger ust-router
www-data 5728 0.0 0.0 696036 34564 ? S 00:08 0:00 _ /usr/sbin/apache2 -k start
www-data 5730 0.0 0.0 696036 34564 ? S 00:08 0:00 _ /usr/sbin/apache2 -k start
www-data 5731 0.0 0.0 696036 34564 ? S 00:08 0:00 _ /usr/sbin/apache2 -k start
www-data 5733 0.0 0.0 696044 36128 ? S 00:08 0:00 _ /usr/sbin/apache2 -k start
www-data 5734 0.0 0.0 696044 36144 ? S 00:08 0:00 _ /usr/sbin/apache2 -k start
www-data 14456 0.0 0.0 696012 34564 ? S 06:10 0:00 _ /usr/sbin/apache2 -k start
postgrey 2973 0.0 0.0 76300 21292 ? Ss Nov29 0:00 postgrey --pidfile=/var/run/postgrey.pid --daemonize --inet=10023
backuppc 3311 0.0 0.0 65704 16732 ? S Nov29 0:02 /usr/bin/perl /usr/share/backuppc/bin/BackupPC -d
backuppc 3315 0.0 0.0 46144 10476 ? SN Nov29 0:12 _ /usr/bin/perl /usr/share/backuppc/bin/BackupPC_trashClean
root 3566 0.0 0.0 81164 4380 ? Ss Nov29 0:02 /usr/lib/postfix/sbin/master -w
postfix 3572 0.0 0.0 83396 6980 ? S Nov29 0:00 _ qmgr -l -t unix -u
postfix 31846 0.0 0.0 83228 6676 ? S 18:52 0:00 _ pickup -l -t unix -u -c
root 3631 0.0 0.0 160920 1392 ? Sl Nov29 0:00 lxcfs /var/snap/lxd/common/var/lib/lxcfs -p /var/snap/lxd/common/lxcfs.pid
list 3681 0.0 0.0 62572 14436 ? Ss Nov29 0:00 /usr/bin/python /usr/lib/mailman/bin/mailmanctl -s -q start
list 3697 0.0 0.0 62452 17560 ? S Nov29 0:40 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=ArchRunner:0:1 -s
list 3698 0.0 0.0 62372 17856 ? S Nov29 0:41 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=BounceRunner:0:1 -s
list 3699 0.0 0.0 62324 17608 ? S Nov29 0:40 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=CommandRunner:0:1 -s
list 3700 0.0 0.0 62460 17572 ? S Nov29 0:39 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=IncomingRunner:0:1 -s
list 3701 0.0 0.0 62476 17828 ? S Nov29 0:39 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=NewsRunner:0:1 -s
list 3702 0.0 0.0 62412 17912 ? S Nov29 0:41 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=OutgoingRunner:0:1 -s
list 3703 0.0 0.0 62420 17740 ? S Nov29 0:39 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=VirginRunner:0:1 -s
list 3704 0.0 0.0 62448 17600 ? S Nov29 0:00 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=RetryRunner:0:1 -s
lightdm 3876 0.0 0.0 65260 6864 ? Ss Nov29 0:00 /lib/systemd/systemd --user
lightdm 3882 0.0 0.0 92096 2660 ? S Nov29 0:00 _ (sd-pam)
lightdm 4016 0.0 0.0 45092 3892 ? Ss Nov29 0:00 _ /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation
lightdm 4143 0.0 0.0 284244 6484 ? Ssl Nov29 0:00 _ /usr/lib/gvfs/gvfsd
lightdm 4163 0.0 0.0 352160 5208 ? Sl Nov29 0:00 _ /usr/lib/gvfs/gvfsd-fuse /run/user/114/gvfs -f -o big_writes
lightdm 4122 0.0 0.0 220316 5556 ? Sl Nov29 0:01 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
amavis 4266 0.0 0.0 146708 55060 ? Ss Nov29 0:03 /usr/sbin/amavisd-new (master)
amavis 4435 0.0 0.0 148372 55204 ? S Nov29 0:00 _ /usr/sbin/amavisd-new (virgin child)
amavis 4436 0.0 0.0 148372 55256 ? S Nov29 0:00 _ /usr/sbin/amavisd-new (virgin child)
memyself 4790 0.0 0.0 65260 6764 ? Ss Nov29 0:00 /lib/systemd/systemd --user
memyself 4791 0.0 0.0 173972 2680 ? S Nov29 0:00 _ (sd-pam)
memyself 4808 0.0 0.0 45360 4156 ? Ss Nov29 0:00 _ /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation
memyself 4862 0.0 0.0 34866memyself8 5720 ? Ssl Nov29 0:00 _ /usr/lib/at-spi2-core/at-spi-bus-launcher
memyself 4895 0.0 0.0 45116 3756 ? S Nov29 0:00 | _ /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3
memyself 4897 0.0 0.0 220316 5628 ? Sl Nov29 0:01 _ /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
memyself 4900 0.0 0.0 284344 6420 ? Ssl Nov29 0:00 _ /usr/lib/gvfs/gvfsd
memyself 4907 0.0 0.0 491564 4940 ? Sl Nov29 0:00 _ /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes
memyself 4959 0.0 0.0 503032 11532 ? Ssl Nov29 0:01 _ /usr/lib/gvfs/gvfs-udisks2-volume-monitor
memyself 5003 0.0 0.0 370228 7492 ? Ssl Nov29 0:00 _ /usr/lib/gvfs/gvfs-afc-volume-monitor
memyself 5015 0.0 0.0 281640 5756 ? Ssl Nov29 0:00 _ /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
memyself 5024 0.0 0.0 269424 5544 ? Ssl Nov29 0:00 _ /usr/lib/gvfs/gvfs-goa-volume-monitor
memyself 5033 0.0 0.0 269448 5152 ? Ssl Nov29 0:00 _ /usr/lib/gvfs/gvfs-mtp-volume-monitor
memyself 5039 0.0 0.0 360816 7588 ? Sl Nov29 0:00 _ /usr/lib/gvfs/gvfsd-trash --spawner :1.9 /org/gtk/gvfs/exec_spaw/0
memyself 5456 0.0 0.0 71224 5504 ? S Nov29 0:00 _ /usr/lib/x86_64-linux-gnu/gconf/gconfd-2
memyself 5463 0.0 0.0 278408 4816 ? Sl Nov29 0:00 _ /usr/bin/gnome-keyring-daemon --start --foreground --components=secrets
memyself 9360 0.0 0.0 436244 7020 ? Sl Nov29 0:00 _ /usr/lib/gvfs/gvfsd-network --spawner :1.9 /org/gtk/gvfs/exec_spaw/1
memyself 9375 0.0 0.0 371632 6932 ? Sl Nov29 0:00 _ /usr/lib/gvfs/gvfsd-dnssd --spawner :1.9 /org/gtk/gvfs/exec_spaw/3
memyself 4797 0.0 0.0 213028 7192 ? Sl Nov29 0:00 /usr/bin/gnome-keyring-daemon --daemonize --login
memyself 4931 0.0 0.0 11084 332 ? Ss Nov29 0:00 /usr/bin/ssh-agent -s
memyself 4933 0.0 0.0 247424 31408 ? Sl Nov29 0:00 /usr/bin/python3 /usr/share/system-config-printer/applet.py
memyself 4948 0.0 0.0 507416 29416 ? Sl Nov29 0:00 nm-applet
memyself 4951 0.0 0.0 193860 5220 ? Ssl Nov29 0:00 /usr/lib/menu-cache/menu-cached /run/user/1000/menu-cached-:0
memyself 4964 0.2 0.0 442848 22648 ? Sl Nov29 21:37 clipit
root 4969 0.0 0.0 441632 8368 ? Ssl Nov29 0:00 /usr/lib/udisks2/udisksd --no-debug
memyself 5019 0.0 0.0 812memyself632 7884 ? S<l Nov29 0:00 /usr/bin/pulseaudio --start --log-target=syslog
root 7869 0.0 0.0 1139332 24884 ? Ssl Nov29 0:55 /usr/lib/snapd/snapd
root 8619 0.0 0.0 657872 4568 ? Ssl Nov29 0:06 /usr/sbin/apt-cacher-ng -c /etc/apt-cacher-ng
root 8673 0.0 0.0 317024 12252 ? Ssl Nov29 0:01 /usr/lib/packagekit/packagekitd
debian-+ 28472 0.0 0.0 91392 43716 ? Ss Dec04 0:57 /usr/bin/tor --defaults-torrc /usr/share/tor/tor-service-defaults-torrc -f /etc/tor/torrc --RunAsDaemon 0
root 5615 0.0 0.0 95412 7660 ? Ss 00:08 0:00 /usr/sbin/cupsd -l
root 5616 0.0 0.0 258604 9240 ? Ssl 00:08 0:00 /usr/sbin/cups-browsed
root 26948 0.0 0.0 175820 6120 ? Ss 15:09 0:00 [lxc monitor] /var/snap/lxd/common/lxd/containers debian
1000000 26965 0.0 0.0 56676 6624 ? Ss 15:09 0:00 _ /sbin/init
1000000 27049 0.0 0.0 46092 8096 ? Ss 15:09 0:00 _ /lib/systemd/systemd-journald
1000000 27149 0.0 0.0 20348 2876 ? Ss 15:10 0:00 _ /sbin/dhclient -4 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
1000000 27164 0.0 0.0 14312 2088 pts/0 Ss+ 15:10 0:00 _ /sbin/agetty --noclear --keep-baud console 115200,38400,9600 linux
1000000 489 0.0 0.0 20348 2928 ? Ss 19:07 0:00 _ dhclient -v root@debianserver:/# ps fauxwww
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2 0.0 0.0 0 0 ? S Nov29 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/0]
root 5 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/0:0H]
root 8 0.0 0.0 0 0 ? S Nov29 1:38 _ [rcu_sched]
root 9 0.0 0.0 0 0 ? S Nov29 0:00 _ [rcu_bh]
root 10 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/0]
root 11 0.0 0.0 0 0 ? S< Nov29 0:00 _ [lru-add-drain]
root 12 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/0]
root 13 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/0]
root 14 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/1]
root 15 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/1]
root 16 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/1]
root 17 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/1]
root 19 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/1:0H]
root 21 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/2]
root 22 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/2]
root 23 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/2]
root 24 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/2]
root 26 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/2:0H]
root 27 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/3]
root 28 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/3]
root 29 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/3]
root 30 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/3]
root 32 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/3:0H]
root 33 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/4]
root 34 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/4]
root 35 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/4]
root 36 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/4]
root 38 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/4:0H]
root 39 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/5]
root 40 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/5]
root 41 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/5]
root 42 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/5]
root 44 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/5:0H]
root 45 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/6]
root 46 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/6]
root 47 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/6]
root 48 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/6]
root 50 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/6:0H]
root 51 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/7]
root 52 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/7]
root 53 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/7]
root 54 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/7]
root 56 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/7:0H]
root 57 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/8]
root 58 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/8]
root 59 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/8]
root 60 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/8]
root 62 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/8:0H]
root 63 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/9]
root 64 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/9]
root 65 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/9]
root 66 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/9]
root 68 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/9:0H]
root 69 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/10]
root 70 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/10]
root 71 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/10]
root 72 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/10]
root 74 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/10:0H]
root 75 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/11]
root 76 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/11]
root 77 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/11]
root 78 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/11]
root 80 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/11:0H]
root 81 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/12]
root 82 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/12]
root 83 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/12]
root 84 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/12]
root 86 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/12:0H]
root 87 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/13]
root 88 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/13]
root 89 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/13]
root 90 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/13]
root 92 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/13:0H]
root 93 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/14]
root 94 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/14]
root 95 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/14]
root 96 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/14]
root 98 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/14:0H]
root 99 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/15]
root 100 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/15]
root 101 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/15]
root 102 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/15]
root 104 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/15:0H]
root 105 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/16]
root 106 0.0 0.0 0 memyself 0 ? S Nov29 0:00 _ [watchdog/16]
root 107 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/16]
root 108 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/16]
root 110 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/16:0H]
root 111 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/17]
root 112 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/17]
root 113 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/17]
root 114 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/17]
root 116 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/17:0H]
root 117 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/18]
root 118 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/18]
root 119 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/18]
root 120 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/18]
root 122 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/18:0H]
root 123 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/19]
root 124 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/19]
root 125 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/19]
root 126 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/19]
root 128 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/19:0H]
root 129 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/20]
root 130 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/20]
root 131 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/20]
root 132 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/20]
root 134 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/20:0H]
root 135 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/21]
root 136 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/21]
root 137 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/21]
root 138 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/21]
root 140 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/21:0H]
root 141 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/22]
root 142 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/22]
root 143 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/22]
root 144 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/22]
root 146 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/22:0H]
root 147 0.0 0.0 0 0 ? S Nov29 0:00 _ [cpuhp/23]
root 148 0.0 0.0 0 0 ? S Nov29 0:00 _ [watchdog/23]
root 149 0.0 0.0 0 0 ? S Nov29 0:00 _ [migration/23]
root 150 0.0 0.0 0 0 ? S Nov29 0:00 _ [ksoftirqd/23]
root 152 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/23:0H]
root 153 0.0 0.0 0 0 ? S Nov29 0:00 _ [kdevtmpfs]
root 154 0.0 0.0 0 0 ? S< Nov29 0:00 _ [netns]
root 155 0.0 0.0 0 0 ? S Nov29 0:00 _ [khungtaskd]
root 156 0.0 0.0 0 0 ? S Nov29 0:00 _ [oom_reaper]
root 157 0.0 0.0 0 0 ? S< Nov29 0:00 _ [writeback]
root 158 0.0 0.0 0 0 ? S Nov29 0:00 _ [kcompactd0]
root 159 0.0 0.0 0 0 ? S Nov29 0:00 _ [kcompactd1]
root 161 0.0 0.0 0 0 ? SN Nov29 0:00 _ [ksmd]
root 162 0.0 0.0 0 0 ? SN Nov29 0:10 _ [khugepaged]
root 163 0.0 0.0 0 0 ? S< Nov29 0:00 _ [crypto]
root 164 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kintegrityd]
root 165 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 166 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kblockd]
root 167 0.0 0.0 0 0 ? S< Nov29 0:00 _ [devfreq_wq]
root 168 0.0 0.0 0 0 ? S< Nov29 0:00 _ [watchdogd]
root 170 0.0 0.0 0 0 ? S Nov29 0:00 _ [kswapd0]
root 171 0.0 0.0 0 0 ? S Nov29 0:00 _ [kswapd1]
root 172 0.0 0.0 0 0 ? S< Nov29 0:00 _ [vmstat]
root 184 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kthrotld]
root 188 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ipv6_addrconf]
root 231 0.0 0.0 0 0 ? S Nov29 0:00 _ [scsi_eh_0]
root 232 0.0 0.0 0 0 ? S< Nov29 0:00 _ [scsi_tmf_0]
root 234 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ata_sff]
root 288 0.0 0.0 0 0 ? S Nov29 0:00 _ [scsi_eh_1]
root 289 0.0 0.0 0 0 ? S< Nov29 0:00 _ [scsi_tmf_1]
root 290 0.0 0.0 0 0 ? S Nov29 0:00 _ [scsi_eh_2]
root 291 0.0 0.0 0 0 ? S< Nov29 0:00 _ [scsi_tmf_2]
root 557 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 816 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 826 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/5:1H]
root 827 0.0 0.0 0 0 ? S< Nov29 0:01 _ [kworker/7:1H]
root 830 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/9:1H]
root 834 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/0:1H]
root 835 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/19:1H]
root 838 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/21:1H]
root 839 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/1:1H]
root 840 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/11:1H]
root 841 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/13:1H]
root 872 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 874 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/2:1H]
root 875 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/12:1H]
root 877 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/17:1H]
root 878 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/18:1H]
root 917 0.0 0.0 0 0 ? S Nov29 0:00 _ [jbd2/sda2-8]
root 918 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ext4-rsv-conver]
root 923 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/23:1H]
root 932 0.0 0.0 0 0 ? S Nov29 0:00 _ [jbd2/sda5-8]
root 933 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ext4-rsv-conver]
root 959 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/3:1H]
root 960 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/15:1H]
root 969 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/10:1H]
root 970 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/4:1H]
root 985 0.0 0.0 0 0 ? S Nov29 0:00 _ [kauditd]
root 1002 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/20:1H]
root 1024 0.0 0.0 0 0 ? S< Nov29 0:00 _ [rpciod]
root 1025 0.0 0.0 0 0 ? S< Nov29 0:00 _ [xprtiod]
root 1113 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/16:1H]
root 1123 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/14:1H]
root 1124 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/8:1H]
root 1152 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/6:1H]
root 1188 0.0 0.0 0 0 ? S< Nov29 0:00 _ [edac-poller]
root 1292 0.0 0.0 0 0 ? SN Nov29 0:00 _ [kipmi0]
root 1310 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ttm_swap]
root 1311 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/22:1H]
root 1438 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-worker]
root 1439 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/u51:0]
root 1440 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/u52:0]
root 1441 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/u53:0]
root 1442 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-worker-hi]
root 1443 0.0 0.0 0 memyself 0 ? S< Nov29 0:00 _ [btrfs-delalloc]
root 1444 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-flush_del]
root 1445 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-cache]
root 1446 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-submit]
root 1447 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-fixup]
root 1448 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio]
root 1449 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-met]
root 1450 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-met]
root 1451 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-rai]
root 1452 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-rep]
root 1453 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-rmw]
root 1454 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-wri]
root 1455 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-freespace]
root 1456 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-delayed-m]
root 1457 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-readahead]
root 1458 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-qgroup-re]
root 1459 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-extent-re]
root 1485 0.0 0.0 0 0 ? S Nov29 0:00 _ [btrfs-cleaner]
root 1486 0.0 0.0 0 0 ? S Nov29 0:28 _ [btrfs-transacti]
root 1513 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ext4-rsv-conver]
root 1517 0.0 0.0 0 0 ? S Nov29 0:02 _ [jbd2/sda4-8]
root 1518 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ext4-rsv-conver]
root 1537 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1538 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1539 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1540 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1541 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1542 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1543 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1544 0.0 0.0 0 0 ? S< Nov29 0:00 _ [bioset]
root 1551 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop0]
root 1594 0.0 0.0 0 0 ? S Nov29 0:00 _ [jbd2/sda6-8]
root 1595 0.0 0.0 0 0 ? S< Nov29 0:00 _ [ext4-rsv-conver]
root 1599 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop1]
root 1601 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop2]
root 1603 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop3]
root 1604 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop4]
root 1605 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop5]
root 2017 0.0 0.0 0 0 ? S< Nov29 0:00 _ [nfsd4_callbacks]
root 2018 0.0 0.0 0 0 ? S Nov29 0:00 _ [lockd]
root 2030 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 2031 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 2032 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 2033 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 2034 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 2035 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 2036 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 2037 0.0 0.0 0 0 ? S Nov29 0:00 _ [nfsd]
root 4600 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop6]
root 4603 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-worker]
root 4604 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-worker-hi]
root 4605 0.0 0.0 0 memyself 0 ? S< Nov29 0:00 _ [btrfs-delalloc]
root 4606 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-flush_del]
root 4607 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-cache]
root 4608 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-submit]
root 4609 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-fixup]
root 4610 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio]
root 4611 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-met]
root 4612 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-met]
root 4613 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-rai]
root 4614 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-rep]
root 4615 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-rmw]
root 4616 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-endio-wri]
root 4617 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-freespace]
root 4618 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-delayed-m]
root 4619 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-readahead]
root 4620 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-qgroup-re]
root 4621 0.0 0.0 0 0 ? S< Nov29 0:00 _ [btrfs-extent-re]
root 4622 0.0 0.0 0 0 ? S Nov29 0:00 _ [btrfs-cleaner]
root 4623 0.0 0.0 0 0 ? S Nov29 0:00 _ [btrfs-transacti]
root 7797 0.0 0.0 0 0 ? S< Nov29 0:00 _ [loop7]
root 8470 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/u53:1]
root 8518 0.0 0.0 0 0 ? S< Nov29 0:00 _ [kworker/u52:1]
root 18591 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_kmem_cache]
root 18592 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_kmem_cache]
root 18593 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_kmem_cache]
root 18595 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_kmem_cache]
root 18596 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18597 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18598 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18599 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18600 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18601 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18602 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18603 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18604 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18605 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18606 0.0 0.0 memyself0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18607 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18608 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]

Part 2 as file was deemed too big.

root 18609 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18610 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18611 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18612 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18613 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18614 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18615 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18616 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18617 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18618 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18619 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18620 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18621 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18622 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18623 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18624 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18625 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18626 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18627 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18628 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18629 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18630 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18631 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18632 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18633 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18634 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18635 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18636 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18637 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18638 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18639 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18640 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18641 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18642 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18643 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18644 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18645 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18646 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18647 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18648 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18649 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18650 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18651 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18652 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18653 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18654 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18655 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18656 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18657 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18658 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18659 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_system_task]
root 18660 0.0 0.0 0 0 ? S< Dec03 0:00 _ [spl_dynamic_tas]
root 18666 0.0 0.0 0 0 ? S Dec03 0:00 _ [dbu_evict]
root 18667 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18668 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18669 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18670 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18671 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18672 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18673 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18674 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18675 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18676 0.0 0.0 memyself0 0 ? S Dec03 0:00 _ [arc_prune]
root 18677 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18678 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18679 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18680 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18681 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18682 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18683 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18684 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18685 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18686 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18687 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18688 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18689 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18690 0.0 0.0 0 0 ? S Dec03 0:00 _ [arc_prune]
root 18691 0.0 0.0 0 0 ? S Dec03 0:05 _ [arc_reclaim]
root 18692 0.0 0.0 0 0 ? S Dec03 0:04 _ [arc_user_evicts]
root 18693 0.0 0.0 0 0 ? S Dec03 0:04 _ [l2arc_feed]
root 18694 0.0 0.0 0 0 ? S Dec03 0:00 _ [z_unmount]
root 5814 0.0 0.0 0 0 ? S Dec04 0:16 _ [kworker/12:2]
root 23704 0.0 0.0 0 0 ? S Dec04 0:12 _ [kworker/1:0]
root 3431 0.0 0.0 0 0 ? S Dec05 0:10 _ [kworker/3:1]
root 8086 0.0 0.0 0 0 ? S Dec05 0:37 _ [kworker/0:1]
root 16789 0.0 0.0 0 0 ? S Dec05 0:01 _ [kworker/2:1]
root 21212 0.0 0.0 0 0 ? S Dec05 0:08 _ [kworker/13:2]
root 788 0.0 0.0 0 0 ? S Dec05 0:06 _ [kworker/11:1]
root 2361 0.0 0.0 0 0 ? S Dec05 0:00 _ [kworker/6:0]
root 2714 0.0 0.0 0 0 ? S Dec05 0:03 _ [kworker/8:0]
root 5527 0.0 0.0 0 0 ? S 00:07 0:06 _ [kworker/5:1]
root 5540 0.0 0.0 0 0 ? S 00:07 0:04 _ [kworker/22:2]
root 5562 0.0 0.0 0 0 ? S 00:08 0:00 _ [kworker/10:2]
root 6164 0.0 0.0 0 0 ? S 01:00 0:04 _ [kworker/6:1]
root 8758 0.0 0.0 0 0 ? S 02:04 0:04 _ [kworker/10:1]
root 11584 0.0 0.0 0 0 ? S 04:04 0:03 _ [kworker/20:2]
root 11746 0.0 0.0 0 0 ? S 04:30 0:05 _ [kworker/7:2]
root 12944 0.0 0.0 0 0 ? S 05:04 0:03 _ [kworker/2:2]
root 15776 0.0 0.0 0 0 ? S 07:09 0:01 _ [kworker/u48:0]
root 16036 0.0 0.0 0 0 ? S 07:39 0:00 _ [kworker/12:0]
root 18474 0.0 0.0 0 0 ? S 09:03 0:03 _ [kworker/16:1]
root 20040 0.0 0.0 0 0 ? S 10:09 0:01 _ [kworker/18:2]
root 21273 0.0 0.0 0 0 ? S 11:02 0:10 _ [kworker/0:0]
root 22645 0.0 0.0 0 0 ? S 12:03 0:02 _ [kworker/8:1]
root 24122 0.0 0.0 0 0 ? S 13:09 0:01 _ [kworker/17:2]
root 24358 0.0 0.0 0 0 ? S 14:01 0:01 _ [kworker/14:0]
root 25469 0.0 0.0 0 0 ? S 14:09 0:00 _ [kworker/13:1]
root 26705 0.0 0.0 0 0 ? S 15:02 0:01 _ [kworker/20:1]
root 26887 0.0 0.0 0 0 ? S 15:09 0:01 _ [kworker/22:1]
root 26893 0.0 0.0 0 0 ? S 15:09 0:01 _ [kworker/23:0]
root 26909 0.0 0.0 0 0 ? S 15:09 0:01 _ [kworker/18:1]
root 27088 0.0 0.0 0 0 ? S 15:09 0:02 _ [kworker/9:1]
root 27089 0.0 0.0 0 0 ? S 15:09 0:00 _ [kworker/19:2]
root 27090 0.0 0.0 0 0 ? S 15:09 0:01 _ [kworker/21:2]
root 27167 0.0 0.0 0 0 ? S 15:10 0:00 _ [kworker/4:0]
root 27313 0.0 0.0 0 0 ? S 15:18 0:00 _ [kworker/17:1]
root 27354 0.0 0.0 0 0 ? S 15:24 0:01 _ [kworker/19:1]
root 28585 0.0 0.0 0 0 ? S 16:04 0:01 _ [kworker/15:2]
root 28683 0.0 0.0 0 0 ? S 16:09 0:00 _ [kworker/21:1]
root 28684 0.0 0.0 0 0 ? S 16:09 0:00 _ [kworker/u48:1]
root 28900 0.0 0.0 0 0 ? S 16:39 0:00 _ [kworker/23:1]
root 29984 0.0 0.0 0 0 ? S 17:02 0:00 _ [kworker/3:2]
root 30030 0.0 0.0 0 0 ? S 17:02 0:01 _ [kworker/5:0]
root 30144 0.0 0.0 0 0 ? S 17:09 0:00 _ [kworker/16:2]
root 30325 0.0 0.0 0 0 ? S 17:39 0:00 _ [kworker/9:2]
root 31508 0.0 0.0 0 0 ? S 18:02 0:00 _ [kworker/4:1]
root 31623 0.0 0.0 0 0 ? S 18:09 0:00 _ [kworker/11:2]
root 31647 0.0 0.0 0 0 ? S 18:15 0:00 _ [kworker/u50:0]
root 31807 0.0 0.0 0 0 ? S 18:39 0:00 _ [kworker/15:1]
root 31835 0.0 0.0 0 0 ? S 18:47 0:00 _ [kworker/u50:1]
root 430 0.0 0.0 0 0 ? S 19:02 0:00 _ [kworker/u49:3]
root 435 0.0 0.0 0 0 ? S 19:04 0:00 _ [kworker/14:1]
root 580 0.0 0.0 0 0 ? S 19:09 0:00 _ [kworker/1:1]
root 601 0.0 0.0 0 0 ? S 19:13 0:00 _ [kworker/u49:0]
root 630 0.0 0.0 0 0 ? S 19:21 0:00 _ [kworker/u50:2]
root 631 0.0 0.0 0 0 ? S 19:21 0:00 _ [kworker/u50:3]
root 636 0.0 0.0 0 0 ? S 19:22 0:00 _ [kworker/7:0]
root 653 0.0 0.0 0 0 ? S 19:27 0:00 _ [kworker/u49:1]
root 654 0.0 0.0 0 0 ? S 19:28 0:00 _ [kworker/7:1]
root 659 0.0 0.0 0 0 ? S 19:29 0:00 _ [kworker/u50:4]
root 1 0.0 0.0 205372 7696 ? Ss Nov29 0:32 /sbin/init
root 982 0.0 0.0 103568 51944 ? Ss Nov29 0:09 /lib/systemd/systemd-journald
root 992 0.0 0.0 47748 5432 ? Ss Nov29 0:01 /lib/systemd/systemd-udevd
root 1021 0.0 0.0 99004 1584 ? Ss Nov29 0:00 /sbin/lvmetad -f
root 1110 0.0 0.0 20828 184 ? Ss Nov29 0:00 /usr/sbin/blkmapd
root 1636 0.0 0.0 23348 212 ? Ss Nov29 0:00 /usr/sbin/rpc.idmapd
root 1638 0.0 0.0 54748 2988 ? S<sl Nov29 0:01 /sbin/auditd -n
root 1640 0.0 0.0 49872 3276 ? Ss Nov29 0:00 /sbin/rpcbind -f -w
root 1775 0.0 0.0 12020 4668 ? Ss Nov29 0:09 /usr/sbin/haveged --Foreground --verbose=1 -w 1024
root 1781 0.0 0.0 422576 9008 ? Ssl Nov29 0:00 /usr/sbin/ModemManager
rtkit 1786 0.0 0.0 185748 2976 ? SNsl Nov29 0:03 /usr/lib/rtkit/rtkit-daemon
root 1797 0.0 0.0 283656 6456 ? Ssl Nov29 0:04 /usr/lib/accountsservice/accounts-daemon
root 1801 0.0 0.0 46872 5212 ? Ss Nov29 0:09 /lib/systemd/systemd-logind
message+ 1806 0.0 0.0 45748 4336 ? Ss Nov29 0:23 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root 1828 0.0 0.0 481500 17516 ? Ssl Nov29 0:05 /usr/sbin/NetworkManager --no-daemon
root 2360 0.0 0.0 20472 4180 ? S Nov29 0:00 _ /sbin/dhclient -d -q -sf /usr/lib/NetworkManager/nm-dhcp-helper -pf /var/run/dhclient-eno1.pid -lf /var/lib/NetworkManager/dhclient-95b297db-a95e-447e-9b77-a0428c1f86cc-eno1.lease -cf /var/lib/NetworkManager/dhclient-eno1.conf eno1
avahi 1829 0.0 0.0 47272 3600 ? Ss Nov29 0:00 avahi-daemon: running [debianserver.local]
avahi 1834 0.0 0.0 47016 356 ? S Nov29 0:00 _ avahi-daemon: chroot helper
root 1830 0.0 0.0 458616 3608 ? Ssl Nov29 0:17 /usr/bin/lxcfs /var/lib/lxcfs/
daemon 1831 0.0 0.0 27964 2144 ? Ss Nov29 0:00 /usr/sbin/atd -f
root 1832 0.0 0.0 29600 2792 ? Ss Nov29 0:01 /usr/sbin/cron -f
clamav 1836 0.0 0.0 154592 26276 ? Ss Nov29 1:36 /usr/bin/freshclam -d --foreground=true
root 1837 0.0 0.0 35992 3188 ? Ss Nov29 1:05 /usr/sbin/irqbalance --foreground
root 1842 0.0 0.0 250116 3380 ? Ssl Nov29 0:02 /usr/sbin/rsyslogd -n
bind 1903 0.0 0.0 1921704 68716 ? Ssl Nov29 0:03 /usr/sbin/named -f -u bind
root 1906 0.0 0.0 602676 47412 ? Ss Nov29 0:13 php-fpm: master process (/etc/php/7.0/fpm/php-fpm.conf)
www-data 4442 0.0 0.0 602676 10888 ? S Nov29 0:00 _ php-fpm: pool www
www-data 4443 0.0 0.0 602676 10888 ? S Nov29 0:00 _ php-fpm: pool www
root 1950 0.0 0.0 37704 756 ? Ss Nov29 0:00 /usr/sbin/rpc.mountd --manage-gids
root 1960 0.0 0.0 69944 5688 ? Ss Nov29 0:00 /usr/sbin/sshd -D
root 1962 0.0 0.0 289868 8784 ? Ssl Nov29 0:02 /usr/lib/policykit-1/polkitd --no-debug
colord 1969 0.0 0.0 314324 14288 ? Ssl Nov29 0:00 /usr/lib/colord/colord
root 2016 0.0 0.0 18120 2504 ? Ss Nov29 0:00 /usr/sbin/dovecot
dovecot 2058 0.0 0.0 9488 1032 ? S Nov29 0:00 _ dovecot/anvil
root 2059 0.0 0.0 9620 2236 ? S Nov29 0:00 _ dovecot/log
root 2067 0.0 0.0 20896 3472 ? S Nov29 0:00 _ dovecot/config
root 2161 0.0 0.0 781864 30324 ? Ssl Nov29 0:00 /usr/sbin/libvirtd
root 2205 0.0 0.0 12892 1652 tty1 Ss+ Nov29 0:00 /sbin/agetty --noclear tty1 linux
mysql 2207 0.0 0.0 686292 79176 ? Ssl Nov29 3:30 /usr/sbin/mysqld
root 2221 0.0 0.0 289964 6284 ? SLsl Nov29 0:00 /usr/sbin/lightdm
root 2259 0.7 0.0 603820 115736 tty7 Ssl+ Nov29 72:56 _ /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
root 4534 0.0 0.0 247852 6608 ? Sl Nov29 0:00 _ lightdm --session-child 12 21
memyself 4799 0.0 0.0 380608 15592 ? Ssl Nov29 1:13 _ /usr/bin/lxsession -s LXDE -e LXDE
memyself 4854 0.0 0.0 11084 336 ? Ss Nov29 0:01 _ /usr/bin/ssh-agent x-session-manager
memyself 4918 0.0 0.0 199808 18720 ? S Nov29 0:06 _ openbox --config-file /home/memyself/.config/openbox/lxde-rc.xml
memyself 4920 0.0 0.0 330488 23896 ? Sl Nov29 0:00 _ lxpolkit
memyself 4922 0.0 0.0 1042736 35012 ? Sl Nov29 9:02 _ lxpanel --profile LXDE
memyself 8271 2.0 0.2 2954592 363928 ? Sl Nov29 201:56 | _ /usr/lib/firefox-esr/firefox-esr
memyself 8471 0.1 0.2 2293632 314008 ? Sl Nov29 14:51 | | _ /usr/lib/firefox-esr/plugin-container -greomni /usr/lib/firefox-esr/omni.ja -appomni /usr/lib/firefox-esr/browser/omni.ja -appdir /usr/lib/firefox-esr/browser 8271 true tab
memyself 9347 0.0 0.0 729944 49712 ? Sl Nov29 3:11 | _ xfce4-terminal
memyself 9352 0.0 0.0 21292 5076 pts/0 Ss Nov29 0:00 | _ bash
root 9385 0.0 0.0 61564 3712 pts/0 S Nov29 0:00 | | _ su
root 9386 0.0 0.0 19924 3752 pts/0 S Nov29 0:00 | | _ bash
root 674 0.0 0.0 38400 3400 pts/0 R+ 19:31 0:00 | | _ ps fauxwww
memyself 31717 0.0 0.0 21292 5112 pts/1 Ss Nov30 0:00 | _ bash
root 4239 0.0 0.0 61564 3652 pts/1 S Nov30 0:00 | | _ su
root 4240 0.0 0.0 19908 3732 pts/1 S Nov30 0:00 | | _ bash
root 5501 0.0 0.0 61524 3648 pts/1 S Nov30 0:00 | | _ su memyself
memyself 5502 0.0 0.0 21292 5096 pts/1 S Nov30 0:00 | | _ bash
root 8041 0.0 0.0 61564 3596 pts/1 S Dec01 0:00 | | _ su
root 8042 0.0 0.0 19908 3732 pts/1 S Dec01 0:00 | | _ bash
root 32412 0.0 0.0 61524 3644 pts/1 S Dec02 0:00 | | _ su memyself
memyself 32413 0.0 0.0 21292 5108 pts/1 S+ Dec02 0:00 | | _ bash
memyself 3772 0.0 0.0 21292 5108 pts/2 Ss+ Nov30 0:00 | _ bash
memyself 4923 0.0 0.0 761156 47376 ? Sl Nov29 0:51 _ pcmanfm --desktop --profile LXDE
memyself 19493 0.0 0.0 364708 25512 ? Sl Dec03 0:00 | _ leafpad /media/memyself/lxd/containers/debian/rootfs/etc/network/interfaces
memyself 10647 0.0 0.0 364596 25560 ? Sl Dec04 0:00 | _ leafpad /media/memyself/lxd/containers/debian/rootfs/etc/apt/sources.list
memyself 4926 0.0 0.0 67904 4960 ? S Nov29 6:03 _ xscreensaver -no-splash
root 2245 0.0 0.0 40964 3092 ? S Nov29 2:13 /usr/bin/monit -c /etc/monit/monitrc
root 2278 0.0 0.0 159508 2288 ? Ss Nov29 0:00 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
www-data 2279 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2280 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2281 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2282 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2283 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2284 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2285 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2286 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2287 0.0 0.0 159844 3348 ? S Nov29 0:16 _ nginx: worker process
www-data 2288 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2289 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2290 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2291 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2292 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2293 0.0 0.0 159844 3352 ? S Nov29 0:00 _ nginx: worker process
www-data 2294 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2295 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2296 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2297 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2298 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2299 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2300 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2301 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
www-data 2302 0.0 0.0 159844 3352 ? S Nov29 0:16 _ nginx: worker process
root 2630 0.0 0.0 514668 18200 ? Sl Nov29 5:45 /usr/bin/python3.5 /usr/bin/fail2ban-server --async -b -s /var/run/fail2ban/fail2ban.sock -p /var/run/fail2ban/fail2ban.pid -x --loglevel INFO --logtarget /var/log/fail2ban.log --syslogsocket auto
root 2651 0.0 0.0 4508 1768 ? Ss Nov29 0:00 /bin/sh /snap/lxd/5061/wrappers/daemon.start
root 3633 0.0 0.0 2884676 24524 ? Sl Nov29 0:47 _ lxd --logfile /var/snap/lxd/common/lxd/logs/lxd.log --group lxd
root 2715 0.0 0.0 4192 88 ? Ss Nov29 0:00 /usr/sbin/minissdpd -i 0.0.0.0
ntp 2847 0.0 0.0 104124 3944 ? Ssl Nov29 0:20 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 123:129
root 2889 0.0 0.0 695972 74132 ? Ss Nov29 0:09 /usr/sbin/apache2 -k start
www-data 5624 0.0 0.0 203980 25460 ? S 00:08 0:00 _ /usr/sbin/apache2 -k start
root 5626 0.0 0.0 443852 9604 ? Ssl 00:08 0:00 _ Passenger watchdog
root 5631 0.0 0.0 3884972 15416 ? Sl 00:08 0:13 | _ Passenger core
nobody 5643 0.0 0.0 452432 10988 ? Sl 00:08 0:00 | _ Passenger ust-router
www-data 5728 0.0 0.0 696036 34564 ? S 00:08 0:00 _ /usr/sbin/apache2 -k start
www-data 5730 0.0 0.0 696036 34564 ? S 00:08 0:00 _ /usr/sbin/apache2 -k start
www-data 5731 0.0 0.0 696036 34564 ? S 00:08 0:00 _ /usr/sbin/apache2 -k start
www-data 5733 0.0 0.0 696044 36128 ? S 00:08 0:00 _ /usr/sbin/apache2 -k start
www-data 5734 0.0 0.0 696044 36144 ? S 00:08 0:00 _ /usr/sbin/apache2 -k start
www-data 14456 0.0 0.0 696012 34564 ? S 06:10 0:00 _ /usr/sbin/apache2 -k start
postgrey 2973 0.0 0.0 76300 21292 ? Ss Nov29 0:00 postgrey --pidfile=/var/run/postgrey.pid --daemonize --inet=10023
backuppc 3311 0.0 0.0 65704 16732 ? S Nov29 0:02 /usr/bin/perl /usr/share/backuppc/bin/BackupPC -d
backuppc 3315 0.0 0.0 46144 10476 ? SN Nov29 0:12 _ /usr/bin/perl /usr/share/backuppc/bin/BackupPC_trashClean
root 3566 0.0 0.0 81164 4380 ? Ss Nov29 0:02 /usr/lib/postfix/sbin/master -w
postfix 3572 0.0 0.0 83396 6980 ? S Nov29 0:00 _ qmgr -l -t unix -u
postfix 31846 0.0 0.0 83228 6676 ? S 18:52 0:00 _ pickup -l -t unix -u -c
root 3631 0.0 0.0 160920 1392 ? Sl Nov29 0:00 lxcfs /var/snap/lxd/common/var/lib/lxcfs -p /var/snap/lxd/common/lxcfs.pid
list 3681 0.0 0.0 62572 14436 ? Ss Nov29 0:00 /usr/bin/python /usr/lib/mailman/bin/mailmanctl -s -q start
list 3697 0.0 0.0 62452 17560 ? S Nov29 0:40 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=ArchRunner:0:1 -s
list 3698 0.0 0.0 62372 17856 ? S Nov29 0:41 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=BounceRunner:0:1 -s
list 3699 0.0 0.0 62324 17608 ? S Nov29 0:40 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=CommandRunner:0:1 -s
list 3700 0.0 0.0 62460 17572 ? S Nov29 0:39 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=IncomingRunner:0:1 -s
list 3701 0.0 0.0 62476 17828 ? S Nov29 0:39 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=NewsRunner:0:1 -s
list 3702 0.0 0.0 62412 17912 ? S Nov29 0:41 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=OutgoingRunner:0:1 -s
list 3703 0.0 0.0 6242memyself0 17740 ? S Nov29 0:39 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=VirginRunner:0:1 -s
list 3704 0.0 0.0 62448 17600 ? S Nov29 0:00 _ /usr/bin/python /var/lib/mailman/bin/qrunner --runner=RetryRunner:0:1 -s
lightdm 3876 0.0 0.0 65260 6864 ? Ss Nov29 0:00 /lib/systemd/systemd --user
lightdm 3882 0.0 0.0 92096 2660 ? S Nov29 0:00 _ (sd-pam)
lightdm 4016 0.0 0.0 45092 3892 ? Ss Nov29 0:00 _ /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation
lightdm 4143 0.0 0.0 284244 6484 ? Ssl Nov29 0:00 _ /usr/lib/gvfs/gvfsd
lightdm 4163 0.0 0.0 352160 5208 ? Sl Nov29 0:00 _ /usr/lib/gvfs/gvfsd-fuse /run/user/114/gvfs -f -o big_writes
lightdm 4122 0.0 0.0 220316 5556 ? Sl Nov29 0:01 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
amavis 4266 0.0 0.0 146708 55060 ? Ss Nov29 0:03 /usr/sbin/amavisd-new (master)
amavis 4435 0.0 0.0 148372 55204 ? S Nov29 0:00 _ /usr/sbin/amavisd-new (virgin child)
amavis 4436 0.0 0.0 148372 55256 ? S Nov29 0:00 _ /usr/sbin/amavisd-new (virgin child)
memyself 4790 0.0 0.0 65260 6764 ? Ss Nov29 0:00 /lib/systemd/systemd --user
memyself 4791 0.0 0.0 173972 2680 ? S Nov29 0:00 _ (sd-pam)
memyself 4808 0.0 0.0 45360 4156 ? Ss Nov29 0:00 _ /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation
memyself 4862 0.0 0.0 348668 5720 ? Ssl Nov29 0:00 _ /usr/lib/at-spi2-core/at-spi-bus-launcher
memyself 4895 0.0 0.0 45116 3756 ? S Nov29 0:00 | _ /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3
memyself 4897 0.0 0.0 220316 5628 ? Sl Nov29 0:01 _ /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
memyself 4900 0.0 0.0 284344 6420 ? Ssl Nov29 0:00 _ /usr/lib/gvfs/gvfsd
memyself 4907 0.0 0.0 491564 4940 ? Sl Nov29 0:00 _ /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes
memyself 4959 0.0 0.0 503032 11532 ? Ssl Nov29 0:01 _ /usr/lib/gvfs/gvfs-udisks2-volume-monitor
memyself 5003 0.0 0.0 370228 7492 ? Ssl Nov29 0:00 _ /usr/lib/gvfs/gvfs-afc-volume-monitor
memyself 5015 0.0 0.0 281640 5756 ? Ssl Nov29 0:00 _ /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
memyself 5024 0.0 0.0 269424 5544 ? Ssl Nov29 0:00 _ /usr/lib/gvfs/gvfs-goa-volume-monitor
memyself 5033 0.0 0.0 269448 5152 ? Ssl Nov29 0:00 _ /usr/lib/gvfs/gvfs-mtp-volume-monitor
memyself 5039 0.0 0.0 360816 7588 ? Sl Nov29 0:00 _ /usr/lib/gvfs/gvfsd-trash --spawner :1.9 /org/gtk/gvfs/exec_spaw/0
memyself 5456 0.0 0.0 71224 5504 ? S Nov29 0:00 _ /usr/lib/x86_64-linux-gnu/gconf/gconfd-2
memyself 5463 0.0 0.0 278408 4816 ? Sl Nov29 0:00 _ /usr/bin/gnome-keyring-daemon --start --foreground --components=secrets
memyself 9360 0.0 0.0 436244 7020 ? Sl Nov29 0:00 _ /usr/lib/gvfs/gvfsd-network --spawner :1.9 /org/gtk/gvfs/exec_spaw/1
memyself 9375 0.0 0.0 371632 6932 ? Sl Nov29 0:00 _ /usr/lib/gvfs/gvfsd-dnssd --spawner :1.9 /org/gtk/gvfs/exec_spaw/3
memyself 4797 0.0 0.0 213028 7192 ? Sl Nov29 0:00 /usr/bin/gnome-keyring-daemon --daemonize --login
memyself 4931 0.0 0.0 11084 332 ? Ss Nov29 0:00 /usr/bin/ssh-agent -s
memyself 4933 0.0 0.0 247424 31408 ? Sl Nov29 0:00 /usr/bin/python3 /usr/share/system-config-printer/applet.py
memyself 4948 0.0 0.0 507416 29416 ? Sl Nov29 0:00 nm-applet
memyself 4951 0.0 0.0 193860 5220 ? Ssl Nov29 0:00 /usr/lib/menu-cache/menu-cached /run/user/1000/menu-cached-:0
memyself 4964 0.2 0.0 442848 22648 ? Sl Nov29 21:37 clipit
root 4969 0.0 0.0 44163memyself2 8368 ? Ssl Nov29 0:00 /usr/lib/udisks2/udisksd --no-debug
memyself 5019 0.0 0.0 812632 7884 ? S<l Nov29 0:00 /usr/bin/pulseaudio --start --log-target=syslog
root 7869 0.0 0.0 1139332 24884 ? Ssl Nov29 0:55 /usr/lib/snapd/snapd
root 8619 0.0 0.0 657872 4568 ? Ssl Nov29 0:06 /usr/sbin/apt-cacher-ng -c /etc/apt-cacher-ng
root 8673 0.0 0.0 317024 12252 ? Ssl Nov29 0:01 /usr/lib/packagekit/packagekitd
debian-+ 28472 0.0 0.0 91392 43716 ? Ss Dec04 0:57 /usr/bin/tor --defaults-torrc /usr/share/tor/tor-service-defaults-torrc -f /etc/tor/torrc --RunAsDaemon 0
root 5615 0.0 0.0 95412 7660 ? Ss 00:08 0:00 /usr/sbin/cupsd -l
root 5616 0.0 0.0 258604 9240 ? Ssl 00:08 0:00 /usr/sbin/cups-browsed
root 26948 0.0 0.0 175820 6120 ? Ss 15:09 0:00 [lxc monitor] /var/snap/lxd/common/lxd/containers debian
1000000 26965 0.0 0.0 56676 6624 ? Ss 15:09 0:00 _ /sbin/init
1000000 27049 0.0 0.0 46092 8096 ? Ss 15:09 0:00 _ /lib/systemd/systemd-journald
1000000 27149 0.0 0.0 20348 2876 ? Ss 15:10 0:00 _ /sbin/dhclient -4 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
1000000 27164 0.0 0.0 14312 2088 pts/0 Ss+ 15:10 0:00 _ /sbin/agetty --noclear --keep-baud console 115200,38400,9600 linux
1000000 489 0.0 0.0 20348 2928 ? Ss 19:07 0:00 _ dhclient -v eth0
root@debianserver:/# memyself@debianserver:~$ lxc exec debian – dhclient -v eth0
root@debianserver:/# tail -n 200 /var/log/syslog
Dec 6 15:09:36 debianserver lxc[26842]: cmd.go:105: DEBUG: restarting into “/snap/core/current/usr/bin/snap”
Dec 6 15:09:36 debianserver kernel: [587790.627550] lxdbr0: port 1(vethC926DJ) entered disabled state
Dec 6 15:09:36 debianserver avahi-daemon[1829]: Interface vethC926DJ.IPv6 no longer relevant for mDNS.
Dec 6 15:09:36 debianserver avahi-daemon[1829]: Leaving mDNS multicast group on interface vethC926DJ.IPv6 with address fe80::fc2d:70ff:fed5:89b3.
Dec 6 15:09:36 debianserver kernel: [587790.652004] lxdbr0: port 1(vethC926DJ) entered disabled state
Dec 6 15:09:36 debianserver kernel: [587790.657116] device vethC926DJ left promiscuous mode
Dec 6 15:09:36 debianserver kernel: [587790.657144] lxdbr0: port 1(vethC926DJ) entered disabled state
Dec 6 15:09:37 debianserver avahi-daemon[1829]: Withdrawing address record for fe80::fc2d:70ff:fed5:89b3 on vethC926DJ.
Dec 6 15:09:37 debianserver NetworkManager[1828]: [1512594577.0450] devices removed (path: /sys/devices/virtual/net/vethC926DJ, iface: vethC926DJ)
Dec 6 15:09:37 debianserver kernel: [587791.513932] lxdbr0: port 1(vethQ9P7XM) entered blocking state
Dec 6 15:09:37 debianserver kernel: [587791.513935] lxdbr0: port 1(vethQ9P7XM) entered disabled state
Dec 6 15:09:37 debianserver kernel: [587791.514046] device vethQ9P7XM entered promiscuous mode
Dec 6 15:09:37 debianserver kernel: [587791.514243] IPv6: ADDRCONF(NETDEV_UP): vethQ9P7XM: link is not ready
Dec 6 15:09:37 debianserver kernel: [587791.514245] lxdbr0: port 1(vethQ9P7XM) entered blocking state
Dec 6 15:09:37 debianserver kernel: [587791.514247] lxdbr0: port 1(vethQ9P7XM) entered forwarding state
Dec 6 15:09:37 debianserver systemd-udevd[26962]: Could not generate persistent MAC address for vethBNLRTP: No such file or directory
Dec 6 15:09:37 debianserver NetworkManager[1828]: [1512594577.8521] manager: (vethBNLRTP): new Veth device (/org/freedesktop/NetworkManager/Devices/17)
Dec 6 15:09:37 debianserver NetworkManager[1828]: [1512594577.8541] manager: (vethQ9P7XM): new Veth device (/org/freedesktop/NetworkManager/Devices/18)
Dec 6 15:09:37 debianserver NetworkManager[1828]: [1512594577.8764] devices added (path: /sys/devices/virtual/net/vethBNLRTP, iface: vethBNLRTP)
Dec 6 15:09:37 debianserver NetworkManager[1828]: [1512594577.8765] device added (path: /sys/devices/virtual/net/vethBNLRTP, iface: vethBNLRTP): no ifupdown configuration found.
Dec 6 15:09:37 debianserver NetworkManager[1828]: [1512594577.8769] devices added (path: /sys/devices/virtual/net/vethQ9P7XM, iface: vethQ9P7XM)
Dec 6 15:09:37 debianserver NetworkManager[1828]: [1512594577.8769] device added (path: /sys/devices/virtual/net/vethQ9P7XM, iface: vethQ9P7XM): no ifupdown configuration found.
Dec 6 15:09:37 debianserver libvirtd[2161]: 2017-12-06 21:09:37.927+0000: 2161: error : virNetDevSendEthtoolIoctl:2400 : ethtool ioctl error: No such device
Dec 6 15:09:37 debianserver kernel: [587791.592667] eth0: renamed from vethBNLRTP
Dec 6 15:09:37 debianserver NetworkManager[1828]: [1512594577.9320] devices removed (path: /sys/devices/virtual/net/vethBNLRTP, iface: vethBNLRTP)
Dec 6 15:09:37 debianserver libvirtd[2161]: 2017-12-06 21:09:37.947+0000: 2161: error : virNetDevSendEthtoolIoctl:2400 : ethtool ioctl error: No such device
Dec 6 15:09:37 debianserver libvirtd[2161]: 2017-12-06 21:09:37.949+0000: 2161: error : virNetDevSendEthtoolIoctl:2400 : ethtool ioctl error: No such device
Dec 6 15:09:37 debianserver kernel: [587791.613298] IPv6: ADDRCONF(NETDEV_CHANGE): vethQ9P7XM: link becomes ready
Dec 6 15:09:37 debianserver NetworkManager[1828]: [1512594577.9499] device (vethQ9P7XM): link connected
Dec 6 15:09:37 debianserver NetworkManager[1828]: [1512594577.9500] device (lxdbr0): link connected
Dec 6 15:09:37 debianserver libvirtd[2161]: 2017-12-06 21:09:37.951+0000: 2161: error : virNetDevSendEthtoolIoctl:2400 : ethtool ioctl error: No such device
Dec 6 15:09:37 debianserver libvirtd[2161]: 2017-12-06 21:09:37.953+0000: 2161: error : virNetDevSendEthtoolIoctl:2400 : ethtool ioctl error: No such device
Dec 6 15:09:37 debianserver libvirtd[2161]: 2017-12-06 21:09:37.955+0000: 2161: error : virNetDevSendEthtoolIoctl:2400 : ethtool ioctl error: No such device
Dec 6 15:09:37 debianserver libvirtd[2161]: 2017-12-06 21:09:37.957+0000: 2161: error : virNetDevSendEthtoolIoctl:2400 : ethtool ioctl error: No such device
Dec 6 15:09:37 debianserver limemyselfbvirtd[2161]: 2017-12-06 21:09:37.959+0000: 2161: error : virNetDevSendEthtoolIoctl:2400 : ethtool ioctl error: No such device
Dec 6 15:09:39 debianserver ntpd[2847]: bind(28) AF_INET6 fe80::fcfe:d0ff:feb9:58e%18#123 flags 0x11 failed: Cannot assign requested address
Dec 6 15:09:39 debianserver ntpd[2847]: unable to create socket on vethQ9P7XM (20) for fe80::fcfe:d0ff:feb9:58e%18#123
Dec 6 15:09:39 debianserver ntpd[2847]: failed to init interface for address fe80::fcfe:d0ff:feb9:58e%18
Dec 6 15:09:39 debianserver ntpd[2847]: Deleting interface #19 vethC926DJ, fe80::fc2d:70ff:fed5:89b3%16#123, interface stats: received=0, sent=0, dropped=0, active_time=201365 secs
Dec 6 15:09:39 debianserver avahi-daemon[1829]: Joining mDNS multicast group on interface vethQ9P7XM.IPv6 with address fe80::fcfe:d0ff:feb9:58e.
Dec 6 15:09:39 debianserver avahi-daemon[1829]: New relevant interface vethQ9P7XM.IPv6 for mDNS.
Dec 6 15:09:39 debianserver avahi-daemon[1829]: Registering new address record for fe80::fcfe:d0ff:feb9:58e on vethQ9P7XM.*.
Dec 6 15:09:41 debianserver ntpd[2847]: Listen normally on 21 vethQ9P7XM [fe80::fcfe:d0ff:feb9:58e%18]:123
Dec 6 15:10:19 debianserver lxc[27109]: cmd.go:105: DEBUG: restarting into “/snap/core/current/usr/bin/snap”
Dec 6 15:13:05 debianserver lxc[27180]: cmd.go:105: DEBUG: restarting into “/snap/core/current/usr/bin/snap”
Dec 6 15:15:01 debianserver CRON[27219]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 15:17:01 debianserver CRON[27221]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 6 15:18:01 debianserver CRON[27304]: (amavis) CMD (test -e /usr/sbin/amavisd-new-cronjob && /usr/sbin/amavisd-new-cronjob sa-sync)
Dec 6 15:25:01 debianserver CRON[27364]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 15:35:01 debianserver CRON[27395]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 15:39:01 debianserver CRON[27402]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Dec 6 15:39:05 debianserver systemd[1]: Starting Clean php session files…
Dec 6 15:39:06 debianserver systemd[1]: Started Clean php session files.
Dec 6 15:45:01 debianserver CRON[27522]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 15:55:01 debianserver CRON[27540]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 16:02:01 debianserver CRON[27564]: (logcheck) CMD ( if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi)
Dec 6 16:02:06 debianserver postfix/pickup[27396]: DE0BDA1E: uid=135 from=
Dec 6 16:02:06 debianserver postfix/cleanup[28569]: DE0BDA1E: message-id=20171206220206.DE0BDA1E@debianserver.lilacacres-mb.ca
Dec 6 16:02:06 debianserver postfix/qmgr[3572]: DE0BDA1E: from=logcheck@debianserver.lilacacres-mb.ca, size=6803, nrcpt=1 (queue active)
Dec 6 16:02:06 debianserver postfix/local[28574]: DE0BDA1E: to=memyself@debianserver.lilacacres-mb.ca, orig_to=, relay=local, delay=0.03, delays=0.02/0.01/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Dec 6 16:02:06 debianserver postfix/qmgr[3572]: DE0BDA1E: removed
Dec 6 16:04:25 debianserver systemd[1]: Started Run anacron jobs.
Dec 6 16:04:25 debianserver anacron[28583]: Anacron 2.3 started on 2017-12-06
Dec 6 16:04:25 debianserver anacron[28583]: Normal exit (0 jobs run)
Dec 6 16:04:25 debianserver systemd[1]: anacron.timer: Adding 2min 1.844554s random time.
Dec 6 16:05:01 debianserver CRON[28591]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 16:09:01 debianserver CRON[28602]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Dec 6 16:09:06 debianserver systemd[1]: Starting Clean php session files…
Dec 6 16:09:06 debianserver systemd[1]: Started Clean php session files.
Dec 6 16:09:24 debianserver freshclam[1836]: Received signal: wake up
Dec 6 16:09:24 debianserver freshclam[1836]: ClamAV update process started at Wed Dec 6 16:09:24 2017
Dec 6 16:09:24 debianserver freshclam[1836]: main.cvd is up to date (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr)
Dec 6 16:09:24 debianserver freshclam[1836]: daily.cld is up to date (version: 24106, sigs: 1798558, f-level: 63, builder: neo)
Dec 6 16:09:24 debianserver freshclam[1836]: bytecode.cld is up to date (version: 318, sigs: 75, f-level: 63, builder: raynman)
Dec 6 16:15:01 debianserver CRON[28705]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 16:17:01 debianserver CRON[28718]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 6 16:25:01 debianserver CRON[28762]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 16:35:01 debianserver CRON[28800]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 16:39:01 debianserver CRON[28815]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Dec 6 16:39:06 debianserver systemd[1]: Starting Clean php session files…
Dec 6 16:39:06 debianserver systemd[1]: Started Clean php session files.
Dec 6 16:45:01 debianserver CRON[28916]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 16:55:02 debianserver CRON[28953]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 17:02:01 debianserver CRON[28975]: (logcheck) CMD ( if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi)
Dec 6 17:02:04 debianserver postfix/pickup[27396]: 35946A1E: uid=135 from=
Dec 6 17:02:04 debianserver postfix/cleanup[29976]: 35946A1E: message-id=20171206230204.35946A1E@debianserver.lilacacres-mb.ca
Dec 6 17:02:04 debianserver systemd[1]: Started Run anacron jobs.
Dec 6 17:02:04 debianserver postfix/qmgr[3572]: 35946A1E: from=logcheck@debianserver.lilacacres-mb.ca, size=850, nrcpt=1 (queue active)
Dec 6 17:02:04 debianserver anacron[29981]: Anacron 2.3 started on 2017-12-06
Dec 6 17:02:04 debianserver anacron[29981]: Normal exit (0 jobs run)
Dec 6 17:02:04 debianserver systemd[1]: anacron.timer: Adding 2min 16.422382s random time.
Dec 6 17:02:04 debianserver postfix/local[29982]: 35946A1E: to=memyself@debianserver.lilacacres-mb.ca, orig_to=, relay=local, delay=0.08, delays=0.07/0.01/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Dec 6 17:02:04 debianserver postfix/qmgr[3572]: 35946A1E: removed
Dec 6 17:05:01 debianserver CRON[30047]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 17:09:01 debianserver CRON[30063]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Dec 6 17:09:06 debianserver systemd[1]: Starting Clean php session files…
Dec 6 17:09:06 debianserver systemd[1]: Started Clean php session files.
Dec 6 17:09:24 debianserver freshclam[1836]: Received signal: wake up
Dec 6 17:09:24 debianserver freshclam[1836]: ClamAV update process started at Wed Dec 6 17:09:24 2017
Dec 6 17:09:24 debianserver freshclam[1836]: main.cvd is up to date (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr)
Dec 6 17:09:24 debianserver freshclam[1836]: daily.cld is up to date (version: 24106, sigs: 1798558, f-level: 63, builder: neo)
Dec 6 17:09:24 debianserver freshclam[1836]: bytecode.cld is up to date (version: 318, sigs: 75, f-level: 63, builder: raynman)
Dec 6 17:15:01 debianserver CRON[30176]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 17:17:01 debianserver CRON[30182]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 6 17:25:01 debianserver CRON[30206]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 17:35:01 debianserver CRON[30238]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 17:39:01 debianserver CRON[30243]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Dec 6 17:39:06 debianserver systemd[1]: Starting Clean php session files…
Dec 6 17:39:06 debianserver systemd[1]: Started Clean php session files.
Dec 6 17:45:01 debianserver CRON[30353]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 17:45:46 debianserver systemd[1]: Starting Daily apt download activities…
Dec 6 17:45:47 debianserver systemd[1]: Started Daily apt download activities.
Dec 6 17:45:47 debianserver systemd[1]: apt-daily.timer: Adding 11h 44min 153.347ms random time.
Dec 6 17:45:47 debianserver systemd[1]: apt-daily.timer: Adding 10h 23min 21.632232s random time.
Dec 6 17:46:15 debianserver lxc[30404]: cmd.go:105: DEBUG: restarting into “/snap/core/current/usr/bin/snap”
Dec 6 17:55:01 debianserver CRON[30471]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 18:02:01 debianserver CRON[30499]: (logcheck) CMD ( if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi)
Dec 6 18:02:04 debianserver postfix/pickup[30167]: A5C88A1E: uid=135 from=
Dec 6 18:02:04 debianserver postfix/cleanup[31500]: A5C88A1E: message-id=20171207000204.A5C88A1E@debianserver.lilacacres-mb.ca
Dec 6 18:02:04 debianserver postfix/qmgr[3572]: A5C88A1E: from=logcheck@debianserver.lilacacres-mb.ca, size=1060, nrcpt=1 (queue active)
Dec 6 18:02:04 debianserver postfix/local[31505]: A5C88A1E: to=memyself@debianserver.lilacacres-mb.ca, orig_to=, relay=local, delay=0.03, delays=0.02/0.01/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Dec 6 18:02:04 debianserver postfix/qmgr[3572]: A5C88A1E: removed
Dec 6 18:02:16 debianserver systemd[1]: Started Run anacron jobs.
Dec 6 18:02:16 debianserver anacron[31506]: Anacron 2.3 started on 2017-12-06
Dec 6 18:02:16 debianserver anacron[31506]: Normal exit (0 jobs run)
Dec 6 18:02:16 debianserver systemd[1]: anacron.timer: Adding 4min 17.947025s random time.
Dec 6 18:05:01 debianserver CRON[31527]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 18:09:01 debianserver CRON[31542]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Dec 6 18:09:06 debianserver systemd[1]: Starting Clean php session files…
Dec 6 18:09:06 debianserver symemyselfstemd[1]: Started Clean php session files.
Dec 6 18:09:24 debianserver freshclam[1836]: Received signal: wake up
Dec 6 18:09:24 debianserver freshclam[1836]: ClamAV update process started at Wed Dec 6 18:09:24 2017
Dec 6 18:09:25 debianserver freshclam[1836]: main.cvd is up to date (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr)
Dec 6 18:09:25 debianserver freshclam[1836]: daily.cld is up to date (version: 24106, sigs: 1798558, f-level: 63, builder: neo)
Dec 6 18:09:25 debianserver freshclam[1836]: bytecode.cld is up to date (version: 318, sigs: 75, f-level: 63, builder: raynman)
Dec 6 18:15:01 debianserver CRON[31642]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 18:17:01 debianserver CRON[31649]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 6 18:18:01 debianserver CRON[31651]: (amavis) CMD (test -e /usr/sbin/amavisd-new-cronjob && /usr/sbin/amavisd-new-cronjob sa-sync)
Dec 6 18:25:01 debianserver CRON[31687]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 18:35:01 debianserver CRON[31709]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 18:37:04 debianserver kernel: [600238.254895] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=48751 PROTO=2
Dec 6 18:37:08 debianserver kernel: [600241.842200] [UFW BLOCK] IN=eno1 OUT= MAC=33:33:00:00:00:01:54:04:a6:19:33:c7:86:dd SRC=fe80:0000:0000:0000:5604:a6ff:fe19:33c7 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=498902 PROTO=UDP SPT=8612 DPT=8612 LEN=24
Dec 6 18:37:08 debianserver kernel: [600241.842232] [UFW BLOCK] IN=eno1 OUT= MAC=33:33:00:00:00:01:54:04:a6:19:33:c7:86:dd SRC=fe80:0000:0000:0000:5604:a6ff:fe19:33c7 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=324440 PROTO=UDP SPT=8612 DPT=8610 LEN=24
Dec 6 18:37:08 debianserver kernel: [600241.852350] [UFW BLOCK] IN=eno1 OUT= MAC=33:33:00:00:00:01:54:04:a6:19:33:c7:86:dd SRC=fe80:0000:0000:0000:5604:a6ff:fe19:33c7 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=498902 PROTO=UDP SPT=8612 DPT=8612 LEN=24
Dec 6 18:37:08 debianserver kernel: [600241.852373] [UFW BLOCK] IN=eno1 OUT= MAC=33:33:00:00:00:01:54:04:a6:19:33:c7:86:dd SRC=fe80:0000:0000:0000:5604:a6ff:fe19:33c7 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=324440 PROTO=UDP SPT=8612 DPT=8610 LEN=24
Dec 6 18:37:08 debianserver kernel: [600242.513503] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=64374 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 18:37:08 debianserver kernel: [600242.607465] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=65247 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 18:37:09 debianserver kernel: [600243.548334] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=1182 PROTO=2
Dec 6 18:39:01 debianserver CRON[31726]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Dec 6 18:39:06 debianserver systemd[1]: Starting Clean php session files…
Dec 6 18:39:06 debianserver systemd[1]: Started Clean php session files.
Dec 6 18:39:57 debianserver kernel: [600411.069824] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=9609 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 18:39:57 debianserver kernel: [600411.163577] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=9615 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 18:45:01 debianserver CRON[31828]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 18:55:01 debianserver CRON[31862]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 19:02:01 debianserver CRON[31886]: (logcheck) CMD ( if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi)
Dec 6 19:02:05 debianserver postfix/pickup[31846]: 9A8E7A1E: uid=135 from=
Dec 6 19:02:05 debianserver postfix/cleanup[423]: 9A8E7A1E: message-id=20171207010205.9A8E7A1E@debianserver.lilacacres-mb.ca
Dec 6 19:02:05 debianserver postfix/qmgr[3572]: 9A8E7A1E: from=logcheck@debianserver.lilacacres-mb.ca, size=3397, nrcpt=1 (queue active)
Dec 6 19:02:05 debianserver postfix/local[428]: 9A8E7A1E: to=memyself@debianserver.lilacacres-mb.ca, orig_to=, relay=local, delay=0.03, delays=0.02/0.01/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Dec 6 19:02:05 debianserver postfix/qmgr[3572]: 9A8E7A1E: removed
Dec 6 19:04:27 debianserver systemd[1]: Started Run anacron jobs.
Dec 6 19:04:27 debianserver anacron[433]: Anacron 2.3 started on 2017-12-06
Dec 6 19:04:27 debianserver anacron[433]: Normal exit (0 jobs run)
Dec 6 19:04:27 debianserver systemd[1]: anacron.timer: Adding 3min 4.379447s random time.
Dec 6 19:05:01 debianserver CRON[441]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 19:05:59 debianserver kernel: [601973.192558] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=40409 PROTO=2
Dec 6 19:06:00 debianserver kernel: [601974.070355] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=46202 PROTO=2
Dec 6 19:06:03 debianserver kernel: [601976.896685] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=58591 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 19:06:03 debianserver kernel: [601977.080923] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=60124 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 19:06:50 debianserver lxc[446]: cmd.go:105: DEBUG: restarting into “/snap/core/current/usr/bin/snap”
Dec 6 19:09:01 debianserver CRON[498]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Dec 6 19:09:06 debianserver systemd[1]: Starting Clean php session files…
Dec 6 19:09:06 debianserver systemd[1]: Started Clean php session files.
Dec 6 19:09:25 debianserver freshclam[1836]: Received signal: wake up
Dec 6 19:09:25 debianserver frmemyselfeshclam[1836]: ClamAV update process started at Wed Dec 6 19:09:25 2017
Dec 6 19:09:30 debianserver freshclam[1836]: main.cvd is up to date (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr)
Dec 6 19:09:30 debianserver freshclam[1836]: daily.cld is up to date (version: 24106, sigs: 1798558, f-level: 63, builder: neo)
Dec 6 19:09:30 debianserver freshclam[1836]: bytecode.cld is up to date (version: 318, sigs: 75, f-level: 63, builder: raynman)
Dec 6 19:10:31 debianserver minissdpd[2715]: 6 devices removed (good-bye!)
Dec 6 19:10:34 debianserver minissdpd[2715]: 6 new devices added
Dec 6 19:15:01 debianserver CRON[612]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 19:17:01 debianserver CRON[614]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 6 19:20:20 debianserver kernel: [602834.527027] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=1427 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 19:20:20 debianserver kernel: [602834.595676] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=1721 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 19:20:21 debianserver kernel: [602834.821852] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.223.1 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=1888 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 19:20:21 debianserver kernel: [602834.882142] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.223.1 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=2555 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 19:20:27 debianserver kernel: [602840.951644] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=8967 PROTO=2
Dec 6 19:20:28 debianserver kernel: [602842.025547] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=11124 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 19:20:28 debianserver kernel: [602842.067391] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=11325 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 19:20:32 debianserver kernel: [602846.034328] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=11708 PROTO=2
Dec 6 19:22:55 debianserver kernel: [602989.535910] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=20416 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 19:22:56 debianserver kernel: [602989.656492] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=20817 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 19:24:31 debianserver kernel: [603084.708860] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=36692 PROTO=2
Dec 6 19:24:35 debianserver kernel: [603089.275706] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=47617 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 19:24:35 debianserver kernel: [603089.339322] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=47937 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 19:24:37 debianserver kernel: [603090.728020] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=49810 PROTO=2
Dec 6 19:25:01 debianserver CRON[649]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 19:28:44 debianserver kernel: [603337.804452] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=51992 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 19:28:44 debianserver kernel: [603337.864704] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=52830 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
2017-12-06
Dec 6 18:02:16 debianserver anacron[31506]: Normal exit (0 jobs run)
Dec 6 18:02:16 debianserver systemd[1]: anacron.timer: Adding 4min 17.947025s random time.
Dec 6 18:05:01 debianserver CRON[31527]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 18:09:01 debianserver CRON[31542]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Dec 6 18:09:06 debianserver systemd[1]: Starting Clean php session files…
Dec 6 18:09:06 debianserver systemd[1]: Started Clean php session files.
Dec 6 18:09:24 debianserver freshclam[1836]: Received signal: wake up
Dec 6 18:09:24 debianserver freshclam[1836]: ClamAV update process started at Wed Dec 6 18:09:24 2017
Dec 6 18:09:25 debianserver freshclam[1836]: main.cvd is up to date (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr)
Dec 6 18:09:25 debianserver freshclam[1836]: daily.cld is up to date (version: 24106, sigs: 1798558, f-level: 63, builder: neo)
Dec 6 18:09:25 debianserver freshclam[1836]: bytecode.cld is up to date (version: 318, sigs: 75, f-level: 63, builder: raynman)
Dec 6 18:15:01 debianserver CRON[31642]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 18:17:01 debianserver CRON[31649]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 6 18:18:01 debianserver CRON[31651]: (amavis) CMD (test -e /usr/sbin/amavisd-new-cronjob && /usr/sbin/amavisd-new-cronjob sa-sync)
Dec 6 18:25:01 debianserver CRON[31687]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 18:35:01 debianserver CRON[31709]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 18:37:04 debianserver kernel: [600238.254895] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=48751 PROTO=2
Dec 6 18:37:08 debianserver kernel: [600241.842200] [UFW BLOCK] IN=eno1 OUT= MAC=33:33:00:00:00:01:54:04:a6:19:33:c7:86:dd SRC=fe80:0000:0000:0000:5604:a6ff:fe19:33c7 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=498902 PROTO=UDP SPT=8612 DPT=8612 LEN=24
Dec 6 18:37:08 debianserver kernel: [600241.842232] [UFW BLOCK] IN=eno1 OUT= MAC=33:33:00:00:00:01:54:04:a6:19:33:c7:86:dd SRC=fe80:0000:0000:0000:5604:a6ff:fe19:33c7 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=324440 PROTO=UDP SPT=8612 DPT=8610 LEN=24
Dec 6 18:37:08 debianserver kernel: [600241.852350] [UFW BLOCK] IN=eno1 OUT= MAC=33:33:00:00:00:01:54:04:a6:19:33:c7:86:dd SRC=fe80:0000:0000:0000:5604:a6ff:fe19:33c7 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=498902 PROTO=UDP SPT=8612 DPT=8612 LEN=24
Dec 6 18:37:08 debianserver kernel: [600241.852373] [UFW BLOCK] IN=eno1 OUT= MAC=33:33:00:00:00:01:54:04:a6:19:33:c7:86:dd SRC=fe80:0000:0000:0000:5604:a6ff:fe19:33c7 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=324440 PROTO=UDP SPT=8612 DPT=8610 LEN=24
Dec 6 18:37:08 debianserver kernel: [600242.513503] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=64374 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 18:37:08 debianserver kernel: [600242.607465] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=65247 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 18:37:09 debianserver kernel: [600243.548334] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=1182 PROTO=2
Dec 6 18:39:01 debianserver CRON[31726]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Dec 6 18:39:06 debianserver systemd[1]: Starting Clean php session files…
Dec 6 18:39:06 debianserver systemd[1]: Started Clean php session files.
Dec 6 18:39:57 debianserver kernel: [600411.069824] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=9609 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 18:39:57 debianserver kernel: [600411.163577] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=9615 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 18:45:01 debianserver CRON[31828]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 18:55:01 debianserver CRON[31862]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 19:02:01 debianserver CRON[31886]: (logcheck) CMD ( if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi)
Dec 6 19:02:05 debianserver postfix/pickup[31846]: 9A8E7A1E: uid=135 from=
Dec 6 19:02:05 debianserver postfix/cleanup[423]: 9A8E7A1E: message-id=20171207010205.9A8E7A1E@debianserver.lilacacres-mb.ca
Dec 6 19:02:05 debianserver postfix/qmgr[3572]: 9A8E7A1E: from=logcheck@debianserver.lilacacres-mb.ca, size=3397, nrcpt=1 (queue active)
Dec 6 19:02:05 debianserver postfix/local[428]: 9A8E7A1E: to=memyself@debianserver.lilacacres-mb.ca, orig_to=, relay=local, delay=0.03, delays=0.02/0.01/0/0, dsn=2.0.0, status=sent (delivered to mailbox)
Dec 6 19:02:05 debianserver postfix/qmgr[3572]: 9A8E7A1E: removed
Dec 6 19:04:27 debianserver systemd[1]: Started Run anacron jobs.
Dec 6 19:04:27 debianserver anacron[433]: Anacron 2.3 started on 2017-12-06
Dec 6 19:04:27 debianserver anacron[433]: Normal exit (0 jobs run)
Dec 6 19:04:27 debianserver systemd[1]: anacron.timer: Adding 3min 4.379447s random time.
Dec 6 19:05:01 debianserver CRON[441]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 19:05:59 debianserver kernel: [601973.192558] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=40409 PROTO=2
Dec 6 19:06:00 debianserver kernel: [601974.070355] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=46202 PROTO=2
Dec 6 19:06:03 debianserver kernel: [601976.896685] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=58591 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 19:06:03 debianserver kernel: [601977.080923] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=60124 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 19:06:50 debianserver lxc[446]: cmd.go:105: DEBUG: restarting into “/snap/core/current/usr/bin/snap”
Dec 6 19:09:01 debianserver CRON[498]: (root) CMD ( [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Dec 6 19:09:06 debianserver systemd[1]: Starting Clean php session files…
Dec 6 19:09:06 debianserver systemd[1]: Started Clean php session files.
Dec 6 19:09:25 debianserver freshclam[1836]: Received signal: wake up
Dec 6 19:09:25 debianserver freshclam[1836]: ClamAV update process started at Wed Dec 6 19:09:25 2017
Dec 6 19:09:30 debianserver freshclam[1836]: main.cvd is up to date (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr)
Dec 6 19:09:30 debianserver freshclam[1836]: daily.cld is up to date (version: 24106, sigs: 1798558, f-level: 63, builder: neo)
Dec 6 19:09:30 debianserver freshclam[1836]: bytecode.cld is up to date (version: 318, sigs: 75, f-level: 63, builder: raynman)
Dec 6 19:10:31 debianserver minissdpd[2715]: 6 devices removed (good-bye!)
Dec 6 19:10:34 debianserver minissdpd[2715]: 6 new devices added
Dec 6 19:15:01 debianserver CRON[612]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 19:17:01 debianserver CRON[614]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 6 19:20:20 debianserver kernel: [602834.527027] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=1427 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 19:20:20 debianserver kernel: [602834.595676] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=1721 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 19:20:21 debianserver kernel: [602834.821852] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.223.1 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=1888 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 19:20:21 debianserver kernel: [602834.882142] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.223.1 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=2555 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 19:20:27 debianserver kernel: [602840.951644] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=8967 PROTO=2
Dec 6 19:20:28 debianserver kernel: [602842.025547] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=11124 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 19:20:28 debianserver kernel: [602842.067391] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=11325 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 19:20:32 debianserver kernel: [602846.034328] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=11708 PROTO=2
Dec 6 19:22:55 debianserver kernel: [602989.535910] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=20416 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 19:22:56 debianserver kernel: [602989.656492] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=20817 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 19:24:31 debianserver kernel: [603084.708860] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=36692 PROTO=2
Dec 6 19:24:35 debianserver kernel: [603089.275706] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=47617 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 19:24:35 debianserver kernel: [603089.339322] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=2262 TOS=0x00 PREC=0x00 TTL=4 ID=47937 PROTO=UDP SPT=3702 DPT=3702 LEN=2242
Dec 6 19:24:37 debianserver kernel: [603090.728020] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=49810 PROTO=2
Dec 6 19:25:01 debianserver CRON[649]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Dec 6 19:28:44 debianserver kernel: [603337.804452] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=51992 PROTO=UDP SPT=3702 DPT=3702 LEN=1448
Dec 6 19:28:44 debianserver kernel: [603337.864704] [UFW BLOCK] IN=eno1 OUT= MAC=01:00:5e:7f:ff:fa:3c:52:82:2a:b8:d4:08:00 SRC=192.168.1.132 DST=239.255.255.250 LEN=1468 TOS=0x00 PREC=0x00 TTL=4 ID=52830 PROTO=UDP SPT=3702 DPT=3702 LEN=1448

The output from those two commands was huge. If you would prefer such in some different fashion please indicate.

Dee

What happens if you run lxc network create blahbr0

Looks like one of the problems you’re having is that the LXD managed dnsmasq is missing for some reason, hopefully the command above will have LXD give you an error message as to why dnsmasq isn’t starting.

memyself@xxxx:~$ lxc network create blahbr0
error: Failed to run: dnsmasq --strict-order --bind-interfaces --pid-file=/var/snap/lxd/common/lxd/networks/blahbr0/dnsmasq.pid --except-interface=lo --interface=blahbr0 --quiet-dhcp --quiet-dhcp6 --quiet-ra --listen-address=10.59.223.1 --dhcp-no-override --dhcp-authoritative --dhcp-leasefile=/var/snap/lxd/common/lxd/networks/blahbr0/dnsmasq.leases --dhcp-hostsfile=/var/snap/lxd/common/lxd/networks/blahbr0/dnsmasq.hosts --dhcp-range 10.59.223.2,10.59.223.254,1h --listen-address=fd42:bcc4:f1c2:e803::1 --enable-ra --dhcp-range ::,constructor:blahbr0,ra-stateless,ra-names -s lxd -S /lxd/ --conf-file=/var/snap/lxd/common/lxd/networks/blahbr0/dnsmasq.raw -u nobody: dnsmasq: failed to create listening socket for 10.59.223.1: Address already in use