[UBK dev] systemd services

Páder Rezső rezso at ubk.hu
2019. Aug. 9., P, 22:07:25 CEST


Ennek így semmi értelme.

Úgy akarsz automatikusan elindítani dolgokat, hogy
- tök felesleges
- nincs konfig
- nem aktuálisak a dolgok.

Pl. a legutóbbi frissítéskor nálam frissült az rsync is, mivel azt
használom a tároló frissítéséhez lokálisan. Ehhez viszont nekem
elegendő az rsync kliens, de a gépemen rsync szerver nincs és nem is
lesz. Mégis fut most az rsync szerver, de minek?
A dovecot tipikusan az a szerver, amit be kell konfigolni indítás előtt.
Ahogy a log is írja, nincs konfig. Nyilván aki azt akarja használni,
majd csinál, és engedélyezi a dovecot szervert.
A cyrus-imapd - dump csomagok ütközése rég megoldva:
https://github.com/uhulinux/ub-ubk3/commit/b09589dbb74890876e3a3068cabc395a01c44c09

Szóval az, hogy minden service-t feltétel nélkül engedéyezünk a
telepítéskor, értelmetlen.


>Íme a nem sikerültek logjai:
>
>> amavisd-new
>>
>> root at attila-pc:/home/attila# systemctl status amavisd-new
>> ● amavisd-new.service - Amavisd-new is an interface between MTA and 
>> content checkers.
>>    Loaded: loaded (/usr/lib/systemd/system/amavisd-new.service; 
>> disabled; vendor preset: enabled)
>>    Active: failed (Result: exit-code) since Sun 2019-08-04 13:25:40 
>> CEST; 7min ago
>>      Docs: http://www.ijs.si/software/amavisd/#doc
>>   Process: 29056 ExecStart=/usr/sbin/amavisd (code=exited, 
>> status=255/EXCEPTION)
>>
>> aug 04 13:25:40 attila-pc systemd[1]: Failed to start Amavisd-new is 
>> an interface between MTA and content checkers..
>> aug 04 13:25:40 attila-pc systemd[1]: amavisd-new.service: Service 
>> RestartSec=100ms expired, scheduling restart.
>> aug 04 13:25:40 attila-pc systemd[1]: amavisd-new.service: Scheduled 
>> restart job, restart counter is at 5.
>> aug 04 13:25:40 attila-pc systemd[1]: Stopped Amavisd-new is an 
>> interface between MTA and content checkers..
>> aug 04 13:25:40 attila-pc systemd[1]: amavisd-new.service: Start 
>> request repeated too quickly.
>> aug 04 13:25:40 attila-pc systemd[1]: amavisd-new.service: Failed
>> with result 'exit-code'.
>> aug 04 13:25:40 attila-pc systemd[1]: Failed to start Amavisd-new is 
>> an interface between MTA and content checkers..
>> root at attila-pc:/home/attila#
>>
>> journal:
>> aug 04 14:40:19 attila-pc systemd[1]: Starting Amavisd-new is an 
>> interface between MTA and content checkers....
>> aug 04 14:40:20 attila-pc amavisd[2623]: Unescaped left brace in
>> regex is deprecated here (and will be fatal in Perl 5.32), passed
>> through in regex; marked by <-- HERE in m/ ( { <-- HERE } (?: / \*
>> )? | \* ) / at (eval 94) line 779.
>> aug 04 14:40:20 attila-pc amavisd[2623]:   The value of variable 
>> $myhostname is "attila-pc", but should have been
>> aug 04 14:40:20 attila-pc amavisd[2623]:   a fully qualified domain 
>> name; perhaps uname(3) did not provide such.
>> aug 04 14:40:20 attila-pc amavisd[2623]:   You must explicitly
>> assign a FQDN of this host to variable $myhostname
>> aug 04 14:40:20 attila-pc amavisd[2623]:   in amavisd.conf, or fix 
>> what uname(3) provides as a host's network name!
>> aug 04 14:40:20 attila-pc systemd[1]: amavisd-new.service: Control 
>> process exited, code=exited, status=255/EXCEPTION
>> aug 04 14:40:20 attila-pc systemd[1]: amavisd-new.service: Failed
>> with result 'exit-code'.
>>
>> --------------------
>> apache
>>
>> indítás megy, leállítás nem.
>> aug 04 14:14:00 attila-pc systemd[11610]: httpd.service: Failed at 
>> step EXEC spawning /bin/kill: No such file or directory
>> --------------------
>>
>> dovecot
>>
>> root at attila-pc:/home/attila#  /usr/sbin/dovecot
>> Fatal: Error reading configuration: stat(/etc/dovecot/dovecot.conf) 
>> failed: No such file or directory
>> root at attila-pc:/home/attila#
>>
>> --------------------
>> cyrus-imapd
>>
>> E: /var/cache/apt/archives/cyrus-imapd_3.0.10-1.1_amd64.uhu: trying
>> to overwrite '/usr/share/man/man8/restore.8', which is also in
>> package dump 0.4b46-1.1
>> --------------------
>> gammu
>>
>> root at attila-pc:/home/attila# systemctl start gammu-smsd
>> Job for gammu-smsd.service failed because the control process exited 
>> with error code.
>> See "systemctl status gammu-smsd.service" and "journalctl -xe" for 
>> details.
>> root at attila-pc:/home/attila# systemctl status gammu-smsd
>> ● gammu-smsd.service - SMS daemon for Gammu
>>    Loaded: loaded (/usr/lib/systemd/system/gammu-smsd.service; 
>> disabled; vendor preset: enabled)
>>    Active: failed (Result: exit-code) since Sun 2019-08-04 21:21:05 
>> CEST; 4s ago
>>      Docs: man:gammu-smsd(1)
>>   Process: 10235 ExecStart=/usr/bin/gammu-smsd 
>> --pid=/var/run/gammu-smsd.pid --daemon (code=exited, status=2)
>>   Process: 10237 ExecStopPost=/bin/rm -f /var/run/gammu-smsd.pid 
>> (code=exited, status=0/SUCCESS)
>>
>> aug 04 21:21:05 attila-pc systemd[1]: Starting SMS daemon for
>> Gammu... aug 04 21:21:05 attila-pc gammu-smsd[10235]: Failed to
>> generate SHM key! aug 04 21:21:05 attila-pc systemd[1]:
>> gammu-smsd.service: Control process exited, code=exited,
>> status=2/INVALIDARGUMENT aug 04 21:21:05 attila-pc
>> gammu-smsd[10235]: Failed to read config: Unknown error description.
>> aug 04 21:21:05 attila-pc systemd[1]: gammu-smsd.service: Failed
>> with result 'exit-code'.
>> aug 04 21:21:05 attila-pc systemd[1]: Failed to start SMS daemon for 
>> Gammu.
>> root at attila-pc:/home/attila# /usr/bin/gammu-smsd 
>> --pid=/var/run/gammu-smsd.pid --daemon
>> Failed to generate SHM key!
>> Failed to read config: Unknown error description.
>> root at attila-pc:/home/attila#
>> --------------------
>> hplip
>>
>> root at attila-pc:/home/attila# systemctl status hplip-printer@
>> Failed to get properties: Unit name hplip-printer at .service is
>> neither a valid invocation ID nor unit name.
>> root at attila-pc:/home/attila#
>> --------------------
>> iodine
>>
>> root at attila-pc:/home/attila# systemctl status iodined
>> ● iodined.service
>>    Loaded: loaded (/usr/lib/systemd/system/iodined.service;
>> disabled; vendor preset: enabled)
>>    Active: failed (Result: resources)
>>
>> aug 04 21:54:11 attila-pc systemd[1]: iodined.service: Failed to
>> load environment files: No such file or directory
>> aug 04 21:54:11 attila-pc systemd[1]: iodined.service: Failed to run 
>> 'start' task: No such file or directory
>> aug 04 21:54:11 attila-pc systemd[1]: iodined.service: Failed with 
>> result 'resources'.
>> aug 04 21:54:11 attila-pc systemd[1]: Failed to start
>> iodined.service. root at attila-pc:/home/attila#
>> --------------------
>>
>> lirc
>>
>> root at attila-pc:/home/attila# systemctl start irexec
>> root at attila-pc:/home/attila# systemctl status irexec
>>  irexec.service - Handle events from IR remotes decoded by lircd(8)
>>    Loaded: loaded (/usr/lib/systemd/system/irexec.service; disabled; 
>> vendor preset: enabled)
>>    Active: failed (Result: exit-code) since Mon 2019-08-05 19:52:26 
>> CEST; 2s ago
>>      Docs: man:irexec(1)
>>            http://lirc.org/html/configure.html
>>            http://lirc.org/html/configure.html#lircrc_format
>>   Process: 10487 ExecStart=/usr/bin/irexec /etc/lirc/irexec.lircrc 
>> (code=exited, status=1/FAILURE)
>>  Main PID: 10487 (code=exited, status=1/FAILURE)
>>
>> aug 05 19:52:26 attila-pc systemd[1]: Started Handle events from IR 
>> remotes decoded by lircd(8).
>> aug 05 19:52:26 attila-pc irexec[10487]: do_connect: could not
>> connect to socket
>> aug 05 19:52:26 attila-pc irexec[10487]: connect: No such file or 
>> directory
>> aug 05 19:52:26 attila-pc systemd[1]: irexec.service: Main process 
>> exited, code=exited, status=1/FAILURE
>> aug 05 19:52:26 attila-pc systemd[1]: irexec.service: Failed with 
>> result 'exit-code'.
>> root at attila-pc:/home/attila# /usr/bin/irexec /etc/lirc/irexec.lircrc
>> do_connect: could not connect to socket
>> connect: No such file or directory
>> root at attila-pc:/home/attila# systemctl start lircd
>> root at attila-pc:/home/attila# systemctl status lircd
>> ● lircd.service - Flexible IR remote input/output application support
>>    Loaded: loaded (/usr/lib/systemd/system/lircd.service; disabled; 
>> vendor preset: enabled)
>>    Active: active (running) since Mon 2019-08-05 19:58:30 CEST; 1min 
>> 4s ago
>>      Docs: man:lircd(8)
>>            http://lirc.org/html/configure.html
>>  Main PID: 10549 (lircd)
>>    CGroup: /system.slice/lircd.service
>>            └─10549 /usr/sbin/lircd --nodaemon
>>
>> aug 05 19:58:30 attila-pc lircd[10549]: lircd-0.10.1[10549]: Notice: 
>> /etc/lirc/lircd.conf.d/devinput.lircd.conf: devinput-64: Multiple 
>> values for same code: BTN_WHEEL
>> aug 05 19:58:30 attila-pc lircd[10549]: lircd-0.10.1[10549]: Info: 
>> Using remote: devinput-32.
>> aug 05 19:58:30 attila-pc lircd[10549]: lircd-0.10.1[10549]: Notice: 
>> /etc/lirc/lircd.conf.d/devinput.lircd.conf: devinput-32: Multiple 
>> values for same code: BTN_MISC
>> aug 05 19:58:30 attila-pc lircd[10549]: lircd-0.10.1[10549]: Notice: 
>> /etc/lirc/lircd.conf.d/devinput.lircd.conf: devinput-32: Multiple 
>> values for same code: BTN_MOUSE
>> aug 05 19:58:30 attila-pc lircd[10549]: lircd-0.10.1[10549]: Notice: 
>> /etc/lirc/lircd.conf.d/devinput.lircd.conf: devinput-32: Multiple 
>> values for same code: BTN_SOUTH
>> aug 05 19:58:30 attila-pc lircd[10549]: lircd-0.10.1[10549]: Notice: 
>> /etc/lirc/lircd.conf.d/devinput.lircd.conf: devinput-32: Multiple 
>> values for same code: BTN_TOOL_PEN
>> aug 05 19:58:30 attila-pc lircd[10549]: lircd-0.10.1[10549]: Notice: 
>> /etc/lirc/lircd.conf.d/devinput.lircd.conf: devinput-32: Multiple 
>> values for same code: BTN_TRIGGER
>> aug 05 19:58:30 attila-pc lircd[10549]: lircd-0.10.1[10549]: Notice: 
>> /etc/lirc/lircd.conf.d/devinput.lircd.conf: devinput-32: Multiple 
>> values for same code: BTN_TRIGGER_HAPPY1
>> aug 05 19:58:30 attila-pc lircd[10549]: lircd-0.10.1[10549]: Notice: 
>> /etc/lirc/lircd.conf.d/devinput.lircd.conf: devinput-32: Multiple 
>> values for same code: BTN_WHEEL
>> aug 05 19:58:30 attila-pc lircd[10549]: lircd-0.10.1[10549]: Notice: 
>> lircd(devinput) ready, using /var/run/lirc/lircd
>> root at attila-pc:/home/attila# systemctl start lircd-setup
>> root at attila-pc:/home/attila# systemctl status lircd-setup
>> ● lircd-setup.service - lircd(8) initialization helper tool
>>    Loaded: loaded (/usr/lib/systemd/system/lircd-setup.service; 
>> disabled; vendor preset: enabled)
>>    Active: inactive (dead) since Mon 2019-08-05 20:02:17 CEST; 4s ago
>>      Docs: man:lircd-setup(8)
>>   Process: 10580 ExecStart=/usr/sbin/lircd-setup (code=exited, 
>> status=0/SUCCESS)
>>  Main PID: 10580 (code=exited, status=0/SUCCESS)
>>
>> aug 05 20:02:17 attila-pc systemd[1]: Starting lircd(8)
>> initialization helper tool...
>> aug 05 20:02:17 attila-pc lircd-setup[10580]: 
>> /usr/sbin/lircd-setup:37: DeprecationWarning: The SafeConfigParser 
>> class has been renamed to ConfigParser in Python 3.2. This alias
>> will be remove>
>> aug 05 20:02:17 attila-pc lircd-setup[10580]:   parser = 
>> configparser.SafeConfigParser()
>> aug 05 20:02:17 attila-pc systemd[1]: lircd-setup.service: Succeeded.
>> aug 05 20:02:17 attila-pc systemd[1]: Started lircd(8)
>> initialization helper tool.
>> root at attila-pc:/home/attila# systemctl status lircd-uinput
>> ● lircd-uinput.service - Forward LIRC button presses as uinput events
>>    Loaded: loaded (/usr/lib/systemd/system/lircd-uinput.service; 
>> disabled; vendor preset: enabled)
>>    Active: inactive (dead)
>>      Docs: man:lircd-uinput(8)
>>            http://lirc.org/html/configure.html
>> root at attila-pc:/home/attila# systemctl start lircd-uinput
>>
>> ------------
>> lmsensors
>>
>> root at attila-pc:/home/attila# systemctl status lm_sensors
>> ● lm_sensors.service - Initialize hardware monitoring sensors
>>    Loaded: loaded (/usr/lib/systemd/system/lm_sensors.service; 
>> disabled; vendor preset: enabled)
>>    Active: active (exited) since Tue 2019-08-06 08:30:34 CEST; 9min
>> ago Process: 1441 ExecStart=/sbin/modprobe -qab $BUS_MODULES 
>> $HWMON_MODULES (code=exited, status=1/FAILURE)
>>   Process: 1442 ExecStart=/usr/bin/sensors -s (code=exited, 
>> status=0/SUCCESS)
>>  Main PID: 1442 (code=exited, status=0/SUCCESS)
>>
>> aug 06 08:30:34 attila-pc systemd[1]: Starting Initialize hardware 
>> monitoring sensors...
>> aug 06 08:30:34 attila-pc modprobe[1441]: modprobe: ERROR: missing 
>> parameters. See -h.
>> aug 06 08:30:34 attila-pc systemd[1]: Started Initialize hardware 
>> monitoring sensors.
>> root at attila-pc:/home/attila# systemctl status lm_sensors
>> ● lm_sensors.service - Initialize hardware monitoring sensors
>>    Loaded: loaded (/usr/lib/systemd/system/lm_sensors.service; 
>> disabled; vendor preset: enabled)
>>    Active: active (exited) since Tue 2019-08-06 08:30:34 CEST; 11min
>> ago Process: 1441 ExecStart=/sbin/modprobe -qab $BUS_MODULES 
>> $HWMON_MODULES (code=exited, status=1/FAILURE)
>>   Process: 1442 ExecStart=/usr/bin/sensors -s (code=exited, 
>> status=0/SUCCESS)
>>  Main PID: 1442 (code=exited, status=0/SUCCESS)
>>
>> aug 06 08:30:34 attila-pc systemd[1]: Starting Initialize hardware 
>> monitoring sensors...
>> aug 06 08:30:34 attila-pc modprobe[1441]: modprobe: ERROR: missing 
>> parameters. See -h.
>> aug 06 08:30:34 attila-pc systemd[1]: Started Initialize hardware 
>> monitoring sensors.
>> root at attila-pc:/home/attila#
>>
>> root at attila-pc:/home/attila# systemctl status sensord
>> ● sensord.service - Log hardware monitoring data
>>    Loaded: loaded (/usr/lib/systemd/system/sensord.service;
>> disabled; vendor preset: enabled)
>>    Active: failed (Result: timeout) since Tue 2019-08-06 08:32:13 
>> CEST; 10min ago
>>   Process: 1446 ExecStart=/usr/sbin/sensord -i $INTERVAL -l 
>> $LOG_INTERVAL -f daemon (code=exited, status=0/SUCCESS)
>>
>> aug 06 08:30:43 attila-pc systemd[1]: Starting Log hardware
>> monitoring data...
>> aug 06 08:30:43 attila-pc systemd[1]: sensord.service: Can't open
>> PID file /run/sensord.pid (yet?) after start: No such file or
>> directory aug 06 08:32:13 attila-pc systemd[1]: sensord.service:
>> Start operation timed out. Terminating.
>> aug 06 08:32:13 attila-pc systemd[1]: sensord.service: Failed with 
>> result 'timeout'.
>> aug 06 08:32:13 attila-pc systemd[1]: Failed to start Log hardware 
>> monitoring data.
>> root at attila-pc:/home/attila#
>>
>> Módosítások után:
>>
>> root at attila-pc:/home/attila# systemctl status sensord
>> ● sensord.service - Log hardware monitoring data
>>    Loaded: loaded (/usr/lib/systemd/system/sensord.service;
>> disabled; vendor preset: enabled)
>>    Active: active (running) since Tue 2019-08-06 08:53:28 CEST; 1h 
>> 51min ago
>>  Main PID: 1616 (sensord)
>>    CGroup: /system.slice/sensord.service
>>            └─1616 /usr/sbin/sensord -i 60s -l 30m -f daemon
>>
>> aug 06 08:53:28 attila-pc systemd[1]: Starting Log hardware
>> monitoring data...
>> aug 06 08:53:28 attila-pc systemd[1]: Started Log hardware
>> monitoring data.
>> root at attila-pc:/home/attila# systemctl status lm_sensors
>> ● lm_sensors.service - Initialize hardware monitoring sensors
>>    Loaded: loaded (/usr/lib/systemd/system/lm_sensors.service; 
>> disabled; vendor preset: enabled)
>>    Active: active (exited) since Tue 2019-08-06 08:53:06 CEST; 1h 
>> 52min ago
>>  Main PID: 1611 (code=exited, status=0/SUCCESS)
>>    CGroup: /system.slice/lm_sensors.service
>>
>> aug 06 08:53:06 attila-pc systemd[1]: Starting Initialize hardware 
>> monitoring sensors...
>> aug 06 08:53:06 attila-pc modprobe[1610]: modprobe: ERROR: missing 
>> parameters. See -h.
>> aug 06 08:53:06 attila-pc systemd[1]: Started Initialize hardware 
>> monitoring sensors.
>> root at attila-pc:/home/attila# systemctl status fancontrol
>> ● fancontrol.service - Start fan control, if configured
>>    Loaded: loaded (/usr/lib/systemd/system/fancontrol.service; 
>> disabled; vendor preset: enabled)
>>    Active: inactive (dead)
>>
>> aug 06 08:28:43 attila-pc systemd[1]: 
>> /usr/lib/systemd/system/fancontrol.service:7: PIDFile= references a 
>> path below legacy directory /var/run/, updating >
>> aug 06 08:29:11 attila-pc systemd[1]: 
>> /usr/lib/systemd/system/fancontrol.service:7: PIDFile= references a 
>> path below legacy directory /var/run/, updating >
>> aug 06 08:30:21 attila-pc systemd[1]: 
>> /usr/lib/systemd/system/fancontrol.service:7: PIDFile= references a 
>> path below legacy directory /var/run/, updating >
>> aug 06 08:30:21 attila-pc systemd[1]: Condition check resulted in 
>> Start fan control, if configured being skipped.
>> aug 06 08:30:21 attila-pc systemd[1]: 
>> /usr/lib/systemd/system/fancontrol.service:7: PIDFile= references a 
>> path below legacy directory /var/run/, updating >
>> aug 06 08:39:35 attila-pc systemd[1]: 
>> /usr/lib/systemd/system/fancontrol.service:7: PIDFile= references a 
>> path below legacy directory /var/run/, updating >
>> aug 06 08:49:59 attila-pc systemd[1]: Condition check resulted in 
>> Start fan control, if configured being skipped.
>> aug 06 08:53:46 attila-pc systemd[1]: Condition check resulted in 
>> Start fan control, if configured being skipped.
>> aug 06 10:41:35 attila-pc systemd[1]: Condition check resulted in 
>> Start fan control, if configured being skipped.
>> aug 06 10:43:28 attila-pc systemd[1]: Condition check resulted in 
>> Start fan control, if configured being skipped.
>> root at attila-pc:/home/attila#
>>
>> --------------
>>
>> ● geoclue.service - Location Lookup Service
>>    Loaded: loaded (/usr/lib/systemd/system/geoclue.service; static; 
>> vendor preset: enabled)
>>    Active: failed (Result: exit-code) since Wed 2019-08-07 13:30:24 
>> CEST; 53s ago
>>   Process: 1717 ExecStart=/usr/libexec/geoclue (code=exited,
>> status=253) Main PID: 1717 (code=exited, status=253)
>>
>> aug 07 13:30:24 attila-pc systemd[1]: Starting Location Lookup
>> Service... aug 07 13:30:24 attila-pc geoclue[1717]: Failed to
>> acquire name 'org.freedesktop.GeoClue2' on system bus or lost it.
>> aug 07 13:30:24 attila-pc systemd[1]: geoclue.service: Main process 
>> exited, code=exited, status=253/n/a
>> aug 07 13:30:24 attila-pc systemd[1]: geoclue.service: Failed with 
>> result 'exit-code'.
>> aug 07 13:30:24 attila-pc systemd[1]: Failed to start Location
>> Lookup Service.
>> root at attila-pc:/home/attila#
>>
>> -------------
>>
>> root at attila-pc:/home/attila# systemctl start nscd
>> Job for nscd.service failed because a timeout was exceeded.
>> See "systemctl status nscd.service" and "journalctl -xe" for details.
>> root at attila-pc:/home/attila# systemctl status nscd
>> ● nscd.service - Name Service Cache Daemon
>>    Loaded: loaded (/usr/lib/systemd/system/nscd.service; disabled; 
>> vendor preset: enabled)
>>    Active: activating (start) since Thu 2019-08-08 09:53:21 CEST; 9s
>> ago Process: 7820 ExecStart=/usr/sbin/nscd (code=exited,
>> status=0/SUCCESS) CGroup: /system.slice/nscd.service
>>            └─7821 /usr/sbin/nscd
>>
>> aug 08 09:53:21 attila-pc systemd[1]: Stopped Name Service Cache
>> Daemon. aug 08 09:53:21 attila-pc systemd[1]: Starting Name Service
>> Cache Daemon...
>> aug 08 09:53:21 attila-pc systemd[1]: nscd.service: Can't open PID 
>> file /run/nscd/nscd.pid (yet?) after start: No such>
>> root at attila-pc:/home/attila#
>>
>> ------------
>> root at attila-pc:/home/attila# systemctl status ntpdate
>> ● ntpdate.service - One-Shot Network Time Service
>>    Loaded: loaded (/usr/lib/systemd/system/ntpdate.service;
>> disabled; vendor preset: enabled)
>>    Active: failed (Result: exit-code) since Thu 2019-08-08 09:57:16 
>> CEST; 23s ago
>>   Process: 7934 ExecStart=/usr/bin/ntpd -q -n -g -u ntp:ntp 
>> (code=exited, status=1/FAILURE)
>>  Main PID: 7934 (code=exited, status=1/FAILURE)
>>
>> aug 08 09:57:16 attila-pc systemd[1]: Starting One-Shot Network Time 
>> Service...
>> aug 08 09:57:16 attila-pc ntpd[7934]:  8 Aug 09:57:16 ntpd[7934]:
>> ntpd 4.2.8p13 at 1.3847-o 2019. aug. 1., csütörtök, 21:59:11 UTC (1):
>> Starting aug 08 09:57:16 attila-pc ntpd[7934]:  8 Aug 09:57:16
>> ntpd[7934]: Command line: /usr/bin/ntpd -q -n -g -u ntp:ntp
>> aug 08 09:57:16 attila-pc ntpd[7934]:  8 Aug 09:57:16 ntpd[7934]: 
>> proto: precision = 0.104 usec (-23)
>> aug 08 09:57:16 attila-pc ntpd[7934]:  8 Aug 09:57:16 ntpd[7934]: 
>> basedate set to 2019-07-20
>> aug 08 09:57:16 attila-pc ntpd[7934]:  8 Aug 09:57:16 ntpd[7934]:
>> gps base set to 2019-07-21 (week 2063)
>> aug 08 09:57:16 attila-pc ntpd[7934]:  8 Aug 09:57:16 ntpd[7934]: 
>> unable to bind to wildcard address :: - another process may be
>> running 
>> - EXITING
>> aug 08 09:57:16 attila-pc systemd[1]: ntpdate.service: Main process 
>> exited, code=exited, status=1/FAILURE
>> aug 08 09:57:16 attila-pc systemd[1]: ntpdate.service: Failed with 
>> result 'exit-code'.
>> aug 08 09:57:16 attila-pc systemd[1]: Failed to start One-Shot
>> Network Time Service.
>> root at attila-pc:/home/attila#
>>
>> -------------
>> root at attila-pc:/home/attila# systemctl status mt-daapd
>> ● mt-daapd.service - mt-daapd - multi-threaded DAAP server for iTunes
>>    Loaded: loaded (/usr/lib/systemd/system/mt-daapd.service;
>> disabled; vendor preset: enabled)
>>    Active: failed (Result: exit-code) since Thu 2019-08-08 13:17:59 
>> CEST; 2s ago
>>   Process: 2199 ExecStart=/usr/sbin/mt-daapd (code=exited, 
>> status=1/FAILURE)
>>
>> aug 08 13:17:58 attila-pc systemd[1]: mt-daapd.service: Control 
>> process exited, code=exited, status=1/FAILURE
>> aug 08 13:17:58 attila-pc systemd[1]: mt-daapd.service: Failed with 
>> result 'exit-code'.
>> aug 08 13:17:58 attila-pc systemd[1]: Failed to start mt-daapd - 
>> multi-threaded DAAP server for iTunes.
>> aug 08 13:17:59 attila-pc systemd[1]: mt-daapd.service: Service 
>> RestartSec=100ms expired, scheduling restart.
>> aug 08 13:17:59 attila-pc systemd[1]: mt-daapd.service: Scheduled 
>> restart job, restart counter is at 5.
>> aug 08 13:17:59 attila-pc systemd[1]: Stopped mt-daapd - 
>> multi-threaded DAAP server for iTunes.
>> aug 08 13:17:59 attila-pc systemd[1]: mt-daapd.service: Start
>> request repeated too quickly.
>> aug 08 13:17:59 attila-pc systemd[1]: mt-daapd.service: Failed with 
>> result 'exit-code'.
>> aug 08 13:17:59 attila-pc systemd[1]: Failed to start mt-daapd - 
>> multi-threaded DAAP server for iTunes.
>> root at attila-pc:/home/attila# /usr/sbin/mt-daapd
>> Bad mp3 directory (/mnt/mp3): No such file or directory
>> Error reading config file (/etc/mt-daapd.conf)
>> root at attila-pc:/home/attila#
>>
>> -----------------------------
>> root at attila-pc:/home/attila# systemctl start sshd
>> root at attila-pc:/home/attila# systemctl status sshd
>> ● sshd.service - OpenSSH server daemon
>>    Loaded: loaded (/usr/lib/systemd/system/sshd.service; disabled; 
>> vendor preset: enabled)
>>    Active: activating (auto-restart) (Result: exit-code) since Thu 
>> 2019-08-08 13:30:08 CEST; 1s ago
>>   Process: 2409 ExecStartPre=/usr/sbin/sshd-keygen (code=exited, 
>> status=0/SUCCESS)
>>   Process: 2411 ExecStart=/usr/sbin/sshd -D $OPTIONS (code=exited, 
>> status=203/EXEC)
>>  Main PID: 2411 (code=exited, status=203/EXEC)
>> root at attila-pc:/home/attila# /usr/sbin/sshd -D $OPTIONS
>> bash: /usr/sbin/sshd: Nincs ilyen fájl vagy könyvtár
>> root at attila-pc:/home/attila# /sbin/sshd -D $OPTIONS
>> bash: /sbin/sshd: Nincs ilyen fájl vagy könyvtár
>> root at attila-pc:/home/attila# /usr/bin/sshd -D $OPTIONS
>> bash: /usr/bin/sshd: Nincs ilyen fájl vagy könyvtár
>> root at attila-pc:/home/attila#
>>
>> ------------------
>> root at attila-pc:/home/attila# systemctl start packagekit
>> root at attila-pc:/home/attila# systemctl status packagekit
>> ● packagekit.service - PackageKit Daemon
>>    Loaded: loaded (/usr/lib/systemd/system/packagekit.service;
>> static; vendor preset: enabled)
>>    Active: active (running) since Thu 2019-08-08 13:38:20 CEST; 8s
>> ago Main PID: 2479 (packagekitd)
>>    CGroup: /system.slice/packagekit.service
>>            └─2479 /usr/libexec/packagekitd
>>
>> aug 08 13:38:20 attila-pc systemd[1]: Starting PackageKit Daemon...
>> aug 08 13:38:20 attila-pc systemd[1]: Started PackageKit Daemon.
>> root at attila-pc:/home/attila# systemctl status
>> packagekit-offline-update ● packagekit-offline-update.service -
>> Update the operating system whilst offline
>>    Loaded: loaded 
>> (/usr/lib/systemd/system/packagekit-offline-update.service; static; 
>> vendor preset: enabled)
>>    Active: inactive (dead)
>> root at attila-pc:/home/attila# systemctl start
>> packagekit-offline-update root at attila-pc:/home/attila# systemctl
>> status packagekit-offline-update ● packagekit-offline-update.service
>> - Update the operating system whilst offline
>>    Loaded: loaded 
>> (/usr/lib/systemd/system/packagekit-offline-update.service; static; 
>> vendor preset: enabled)
>>    Active: inactive (dead)
>>
>> aug 08 13:39:07 attila-pc systemd[1]: Starting Update the operating 
>> system whilst offline...
>> aug 08 13:39:07 attila-pc pk-offline-update[2495]: no trigger,
>> exiting aug 08 13:39:07 attila-pc systemd[1]: 
>> packagekit-offline-update.service: Succeeded.
>> aug 08 13:39:07 attila-pc systemd[1]: Started Update the operating 
>> system whilst offline.
>> root at attila-pc:/home/attila#
>>
>> -------------
>> ● proftpd.service - ProFTPD FTP Server
>>    Loaded: bad-setting (Reason: Unit proftpd.service has a bad unit 
>> file setting.)
>>    Active: inactive (dead)
>>
>> aug 08 14:19:01 attila-pc systemd[1]: 
>> /usr/lib/systemd/system/proftpd.service:10: Executable "touch" not 
>> found in path "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
>>
>> -----------
>> root at attila-pc:/home/attila# systemctl status redis
>> ● redis.service - Advanced key-value store
>>    Loaded: loaded (/usr/lib/systemd/system/redis.service; disabled; 
>> vendor preset: enabled)
>>    Active: failed (Result: exit-code) since Thu 2019-08-08 15:18:23 
>> CEST; 1min 1s ago
>>   Process: 1478 ExecStartPre=/bin/mkdir -p /var/lib/redis 
>> (code=exited, status=217/USER)
>>
>> aug 08 15:18:23 attila-pc systemd[1]: redis.service: Failed with 
>> result 'exit-code'.
>> aug 08 15:18:23 attila-pc systemd[1]: Failed to start Advanced 
>> key-value store.
>> aug 08 15:18:23 attila-pc systemd[1]: redis.service: Service 
>> RestartSec=100ms expired, scheduling restart.
>> aug 08 15:18:23 attila-pc systemd[1]: redis.service: Scheduled
>> restart job, restart counter is at 5.
>> aug 08 15:18:23 attila-pc systemd[1]: Stopped Advanced key-value
>> store. aug 08 15:18:23 attila-pc systemd[1]: redis.service: Start
>> request repeated too quickly.
>> aug 08 15:18:23 attila-pc systemd[1]: redis.service: Failed with 
>> result 'exit-code'.
>> aug 08 15:18:23 attila-pc systemd[1]: Failed to start Advanced 
>> key-value store.
>>
>> -------------
>> root at attila-pc:/home/attila# systemctl start rngd
>> Job for rngd.service failed because of unavailable resources or 
>> another system error.
>> See "systemctl status rngd.service" and "journalctl -xe" for details.
>> root at attila-pc:/home/attila# systemctl status rngd
>> ● rngd.service - Hardware RNG Entropy Gatherer Daemon
>>    Loaded: loaded (/usr/lib/systemd/system/rngd.service; disabled; 
>> vendor preset: enabled)
>>    Active: failed (Result: resources)
>>
>> aug 08 15:21:15 attila-pc systemd[1]: rngd.service: Failed to load 
>> environment files: No such file or directory
>> aug 08 15:21:15 attila-pc systemd[1]: rngd.service: Failed to run 
>> 'start' task: No such file or directory
>> aug 08 15:21:15 attila-pc systemd[1]: rngd.service: Failed with
>> result 'resources'.
>> aug 08 15:21:15 attila-pc systemd[1]: Failed to start Hardware RNG 
>> Entropy Gatherer Daemon.
>> root at attila-pc:/home/attila#
>>
>> --------------
>> root at attila-pc:/home/attila# systemctl status rpcbind
>> ● rpcbind.service - RPC bind service
>>    Loaded: loaded (/usr/lib/systemd/system/rpcbind.service;
>> indirect; vendor preset: enabled)
>>    Active: failed (Result: exit-code) since Thu 2019-08-08 15:17:48 
>> CEST; 4min 46s ago
>>   Process: 1467 ExecStart=/usr/bin/rpcbind -w ${RPCBIND_ARGS} 
>> (code=exited, status=203/EXEC)
>>
>> aug 08 15:17:48 attila-pc systemd[1]: rpcbind.service: Service 
>> RestartSec=100ms expired, scheduling restart.
>> aug 08 15:17:48 attila-pc systemd[1]: rpcbind.service: Scheduled 
>> restart job, restart counter is at 5.
>> aug 08 15:17:48 attila-pc systemd[1]: Stopped RPC bind service.
>> aug 08 15:17:48 attila-pc systemd[1]: rpcbind.service: Start request 
>> repeated too quickly.
>> aug 08 15:17:48 attila-pc systemd[1]: rpcbind.service: Failed with 
>> result 'exit-code'.
>> aug 08 15:17:48 attila-pc systemd[1]: Failed to start RPC bind
>> service. root at attila-pc:/home/attila#
>>
>> --------------
>> root at attila-pc:/home/attila# systemctl status adsl
>> ● adsl.service - ADSL Daemon
>>    Loaded: loaded (/usr/lib/systemd/system/adsl.service; disabled; 
>> vendor preset: enabled)
>>    Active: failed (Result: exit-code) since Thu 2019-08-08 15:29:02 
>> CEST; 3s ago
>>   Process: 1539 ExecStart=/usr/sbin/pppoe-start (code=exited, 
>> status=1/FAILURE)
>>
>> aug 08 15:29:02 attila-pc pppoe-start[1539]: /usr/sbin/pppoe-start: 
>> line 181: sleep: command not found
>> aug 08 15:29:02 attila-pc pppoe-start[1539]: /usr/sbin/pppoe-start: 
>> line 181: sleep: command not found
>> aug 08 15:29:02 attila-pc pppoe-start[1539]: /usr/sbin/pppoe-start: 
>> line 181: sleep: command not found
>> aug 08 15:29:02 attila-pc pppoe-start[1539]: /usr/sbin/pppoe-start: 
>> line 181: sleep: command not found
>> aug 08 15:29:02 attila-pc pppoe-start[1539]: /usr/sbin/pppoe-start: 
>> line 181: sleep: command not found
>> aug 08 15:29:02 attila-pc pppoe-start[1539]: TIMED OUT
>> aug 08 15:29:02 attila-pc pppoe-start[1539]: /usr/sbin/pppoe-start: 
>> line 193: rm: command not found
>> aug 08 15:29:02 attila-pc systemd[1]: adsl.service: Control process 
>> exited, code=exited, status=1/FAILURE
>> aug 08 15:29:02 attila-pc systemd[1]: adsl.service: Failed with
>> result 'exit-code'.
>> aug 08 15:29:02 attila-pc systemd[1]: Failed to start ADSL Daemon.
>> root at attila-pc:/home/attila#
>>
>> --------------
>> root at attila-pc:/home/attila# systemctl start snmpd
>> Job for snmpd.service failed because a timeout was exceeded.
>> See "systemctl status snmpd.service" and "journalctl -xe" for
>> details. root at attila-pc:/home/attila# systemctl status snmpd
>> ● snmpd.service - Simple Network Management Protocol (SNMP) Daemon.
>>    Loaded: loaded (/usr/lib/systemd/system/snmpd.service; disabled; 
>> vendor preset: enabled)
>>    Active: failed (Result: timeout) since Thu 2019-08-08 20:07:51 
>> CEST; 37s ago
>>   Process: 1452 ExecStart=/usr/sbin/snmpd $OPTIONS -f (code=exited, 
>> status=0/SUCCESS)
>>  Main PID: 1452 (code=exited, status=0/SUCCESS)
>>
>> aug 08 20:06:21 attila-pc systemd[1]: Starting Simple Network 
>> Management Protocol (SNMP) Daemon....
>> aug 08 20:07:51 attila-pc systemd[1]: snmpd.service: Start operation 
>> timed out. Terminating.
>> aug 08 20:07:51 attila-pc systemd[1]: snmpd.service: Failed with 
>> result 'timeout'.
>> aug 08 20:07:51 attila-pc systemd[1]: Failed to start Simple Network 
>> Management Protocol (SNMP) Daemon..
>> root at attila-pc:/home/attila# systemctl start snmptrapd
>> Job for snmptrapd.service failed because a timeout was exceeded.
>> See "systemctl status snmptrapd.service" and "journalctl -xe" for
>> details. root at attila-pc:/home/attila# systemctl status snmptrapd
>> ● snmptrapd.service - Simple Network Management Protocol (SNMP) Trap 
>> Daemon.
>>    Loaded: loaded (/usr/lib/systemd/system/snmptrapd.service; 
>> disabled; vendor preset: enabled)
>>    Active: failed (Result: timeout) since Thu 2019-08-08 20:10:27 
>> CEST; 10s ago
>>   Process: 1464 ExecStart=/usr/sbin/snmptrapd $OPTIONS -f 
>> (code=exited, status=0/SUCCESS)
>>  Main PID: 1464 (code=exited, status=0/SUCCESS)
>>
>> aug 08 20:08:57 attila-pc systemd[1]: Starting Simple Network 
>> Management Protocol (SNMP) Trap Daemon....
>> aug 08 20:10:27 attila-pc systemd[1]: snmptrapd.service: Start 
>> operation timed out. Terminating.
>> aug 08 20:10:27 attila-pc systemd[1]: snmptrapd.service: Failed with 
>> result 'timeout'.
>> aug 08 20:10:27 attila-pc systemd[1]: Failed to start Simple Network 
>> Management Protocol (SNMP) Trap Daemon..
>> root at attila-pc:/home/attila#
>>
>> ------------
>> root at attila-pc:/home/attila# systemctl status squid
>> ● squid.service - Squid Web Proxy Server
>>    Loaded: loaded (/usr/lib/systemd/system/squid.service; disabled; 
>> vendor preset: enabled)
>>    Active: inactive (dead)
>> root at attila-pc:/home/attila# systemctl start squid
>> root at attila-pc:/home/attila# systemctl status squid
>> ● squid.service - Squid Web Proxy Server
>>    Loaded: loaded (/usr/lib/systemd/system/squid.service; disabled; 
>> vendor preset: enabled)
>>    Active: failed (Result: exit-code) since Thu 2019-08-08 20:20:49 
>> CEST; 1s ago
>>   Process: 1627 ExecStart=/usr/sbin/squid -sYC -N (code=exited, 
>> status=1/FAILURE)
>>  Main PID: 1627 (code=exited, status=1/FAILURE)
>>
>> aug 08 20:20:49 attila-pc squid[1627]: 2019/08/08 20:20:49|
>> Finished. Wrote 0 entries.
>> aug 08 20:20:49 attila-pc squid[1627]: 2019/08/08 20:20:49| Took
>> 0.00 seconds (  0.00 entries/sec).
>> aug 08 20:20:49 attila-pc squid[1627]: FATAL: I don't handle this 
>> error well!
>> aug 08 20:20:49 attila-pc squid[1627]: Squid Cache (Version 3.5.28): 
>> Terminated abnormally.
>> aug 08 20:20:49 attila-pc squid[1627]: CPU Usage: 0.030 seconds = 
>> 0.004 user + 0.026 sys
>> aug 08 20:20:49 attila-pc squid[1627]: Maximum Resident Size: 59232
>> KB aug 08 20:20:49 attila-pc squid[1627]: Page faults with physical
>> i/o: 0 aug 08 20:20:49 attila-pc squid[1627]: 2019/08/08 20:20:49|
>> Closing Pinger socket on FD 14
>> aug 08 20:20:49 attila-pc systemd[1]: squid.service: Main process 
>> exited, code=exited, status=1/FAILURE
>> aug 08 20:20:49 attila-pc systemd[1]: squid.service: Failed with 
>> result 'exit-code'.
>> root at attila-pc:/home/attila#
>>
>> -----------------------
>> root at attila-pc:/home/attila# systemctl status sysstat-summary
>> ● sysstat-summary.service - Generate a daily summary of process
>> accounting Loaded: loaded
>> (/usr/lib/systemd/system/sysstat-summary.service; static; vendor
>> preset: enabled) Active: inactive (dead)
>>      Docs: man:sa2(8)
>>
>> aug 08 21:12:43 attila-pc systemd[1]: Starting Generate a daily 
>> summary of process accounting...
>> aug 08 21:12:43 attila-pc sa2[2415]: /usr/lib/sa/sa2: sor: 37: date: 
>> parancs nem található
>> aug 08 21:12:43 attila-pc systemd[1]: sysstat-summary.service:
>> Succeeded. aug 08 21:12:43 attila-pc systemd[1]: Started Generate a
>> daily summary of process accounting.
>> oot at attila-pc:/home/attila# systemctl start sysstat-collect
>> root at attila-pc:/home/attila# systemctl status sysstat-collect
>> ● sysstat-collect.service - system activity accounting tool
>>    Loaded: loaded (/usr/lib/systemd/system/sysstat-collect.service; 
>> static; vendor preset: enabled)
>>    Active: inactive (dead)
>>      Docs: man:sa1(8)
>>
>> aug 08 21:16:47 attila-pc systemd[1]: Starting system activity 
>> accounting tool...
>> aug 08 21:16:47 attila-pc systemd[1]: sysstat-collect.service:
>> Succeeded. aug 08 21:16:47 attila-pc systemd[1]: Started system
>> activity accounting tool.
>> root at attila-pc:/home/attila#
>>
>> -------------------------
>> root at attila-pc:/home/attila# systemctl status spamassassin
>> ● spamassassin.service - Spamassassin daemon
>>    Loaded: loaded (/usr/lib/systemd/system/spamassassin.service; 
>> enabled; vendor preset: enabled)
>>    Active: failed (Result: exit-code) since Thu 2019-08-08 21:52:19 
>> CEST; 1min 39s ago
>>   Process: 668 ExecStartPre=/usr/bin/sa-update (code=exited, 
>> status=1/FAILURE)
>>
>> aug 08 21:52:19 attila-pc systemd[1]: spamassassin.service: Control 
>> process exited, code=exited, status=1/FAILURE
>> aug 08 21:52:19 attila-pc systemd[1]: spamassassin.service: Failed 
>> with result 'exit-code'.
>> aug 08 21:52:19 attila-pc systemd[1]: Failed to start Spamassassin
>> daemon. aug 08 21:52:19 attila-pc systemd[1]: spamassassin.service:
>> Service RestartSec=100ms expired, scheduling restart.
>> aug 08 21:52:19 attila-pc systemd[1]: spamassassin.service:
>> Scheduled restart job, restart counter is at 6.
>> aug 08 21:52:19 attila-pc systemd[1]: Stopped Spamassassin daemon.
>> aug 08 21:52:19 attila-pc systemd[1]: spamassassin.service: Start 
>> request repeated too quickly.
>> aug 08 21:52:19 attila-pc systemd[1]: spamassassin.service: Failed 
>> with result 'exit-code'.
>> aug 08 21:52:19 attila-pc systemd[1]: Failed to start Spamassassin
>> daemon. root at attila-pc:/home/attila#
>>
>> ---------------------
>> ● uuidd.service - Daemon for generating UUIDs
>>    Loaded: loaded (/usr/lib/systemd/system/uuidd.service; indirect; 
>> vendor preset: enabled)
>>    Active: failed (Result: exit-code) since Fri 2019-08-09 07:53:40 
>> CEST; 59s ago
>>      Docs: man:uuidd(8)
>>   Process: 7696 ExecStart=/usr/sbin/uuidd --socket-activation 
>> (code=exited, status=217/USER)
>>  Main PID: 7696 (code=exited, status=217/USER)
>>
>> aug 09 07:53:40 attila-pc systemd[1]: Started Daemon for generating
>> UUIDs. aug 09 07:53:40 attila-pc systemd[7696]: uuidd.service:
>> Failed to determine user credentials: No such process
>> aug 09 07:53:40 attila-pc systemd[7696]: uuidd.service: Failed at
>> step USER spawning /usr/sbin/uuidd: No such process
>> aug 09 07:53:40 attila-pc systemd[1]: uuidd.service: Main process 
>> exited, code=exited, status=217/USER
>> aug 09 07:53:40 attila-pc systemd[1]: uuidd.service: Failed with 
>> result 'exit-code'.  
>
>_______________________________________________
>dev mailing list
>dev at lists.ubk.hu
>http://lists.ubk.hu/listinfo/dev



-- 
R.


További információk a(z) dev levelezőlistáról