more info:
" .......1.........2.........3.........4.........5.........6....
sudo systemctl status minissdpd.service
● minissdpd.service - keep memory of all UPnP devices that announced themselves
Loaded: loaded (/lib/systemd/system/minissdpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2019-02-11 16:02:45 PST; 43s ago
Docs: man:minissdpd(1)
Process: 2275 ExecStart=/usr/lib/minissdpd/minissdpd-systemd-wrapper ${MiniSSDPd_INTERFACE_ADDRESS} $MiniSSDPd_OTHER_OPTIONS (code=exited, status=1/FAILURE)
Feb 11 16:02:45 toshi systemd[1]: Starting keep memory of all UPnP devices that announced themselves...
Feb 11 16:02:45 toshi minissdpd-systemd-wrapper[2275]: Usage: /usr/sbin/minissdpd [-d] [-6] [-s socket] [-p pidfile] [-t TTL] [-f device] -i <interface> [-i <interface2>] ...
Feb 11 16:02:45 toshi minissdpd-systemd-wrapper[2275]: <interface> is either an IPv4 address with mask such as
Feb 11 16:02:45 toshi minissdpd-systemd-wrapper[2275]: 192.168.1.42/255.255.255.0, or an interface name such as eth0.
Feb 11 16:02:45 toshi minissdpd-systemd-wrapper[2275]: By default, socket will be open as /var/run/minissdpd.sock
Feb 11 16:02:45 toshi minissdpd-systemd-wrapper[2275]: and pid written to file /var/run/minissdpd.pid
Feb 11 16:02:45 toshi systemd[1]: minissdpd.service: Control process exited, code=exited, status=1/FAILURE
Feb 11 16:02:45 toshi systemd[1]: minissdpd.service: Failed with result 'exit-code'.
Feb 11 16:02:45 toshi systemd[1]: Failed to start keep memory of all UPnP devices that announced themselves.
" .......1.........2.........3.........4.........5.........6....
sudo journalctl -xe
-- Subject: A start job for unit minissdpd.service has begun execution
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit minissdpd.service has begun execution.
--
-- The job identifier is 876.
Feb 11 16:02:45 toshi minissdpd-systemd-wrapper[2275]: Usage: /usr/sbin/minissdpd [-d] [-6] [-s socket] [-p pidfile] [-t TTL] [-f device] -i <interface> [-i <interface2>] ...
Feb 11 16:02:45 toshi minissdpd-systemd-wrapper[2275]: <interface> is either an IPv4 address with mask such as
Feb 11 16:02:45 toshi minissdpd-systemd-wrapper[2275]: 192.168.1.42/255.255.255.0, or an interface name such as eth0.
Feb 11 16:02:45 toshi minissdpd-systemd-wrapper[2275]: By default, socket will be open as /var/run/minissdpd.sock
Feb 11 16:02:45 toshi minissdpd-systemd-wrapper[2275]: and pid written to file /var/run/minissdpd.pid
Feb 11 16:02:45 toshi systemd[1]: minissdpd.service: Control process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- An ExecStart= process belonging to unit minissdpd.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 1.
Feb 11 16:02:45 toshi systemd[1]: minissdpd.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The unit minissdpd.service has entered the 'failed' state with result 'exit-code'.
Feb 11 16:02:45 toshi systemd[1]: Failed to start keep memory of all UPnP devices that announced themselves.
-- Subject: A start job for unit minissdpd.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit minissdpd.service has finished with a failure.
--
-- The job identifier is 876 and the job result is failed.
Feb 11 16:02:56 toshi sudo[2124]: pam_unix(sudo:session): session closed for user root
Feb 11 16:03:00 toshi NetworkManager[420]: <info> [1549929780.0662] device (wlan0): set-hw-addr: set MAC address to 3A:4F:D9:7A:52:57 (scanning)
Feb 11 16:03:00 toshi kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Feb 11 16:03:00 toshi NetworkManager[420]: <info> [1549929780.2197] device (wlan0): supplicant interface state: inactive -> disabled
Feb 11 16:03:00 toshi NetworkManager[420]: <info> [1549929780.2363] device (wlan0): supplicant interface state: disabled -> inactive
Feb 11 16:03:00 toshi wpa_supplicant[471]: wlan0: Reject scan trigger since one is already pending
Feb 11 16:03:29 toshi sudo[2291]: tech : TTY=pts/0 ; PWD=/home/tech ; USER=root ; COMMAND=/bin/systemctl status minissdpd.service
Feb 11 16:03:29 toshi sudo[2291]: pam_unix(sudo:session): session opened for user root by (uid=0)
Feb 11 16:03:29 toshi sudo[2291]: pam_unix(sudo:session): session closed for user root
Feb 11 16:04:13 toshi sudo[2294]: tech : TTY=pts/0 ; PWD=/home/tech ; USER=root ; COMMAND=/bin/journalctl -xe
Feb 11 16:04:13 toshi sudo[2294]: pam_unix(sudo:session): session opened for user root by (uid=0)
lines 2449-2493/2493 (END)
" .......1.........2.........3.........4.........5.........6.... |